Skip to content

symfony/smsapi-notifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Sep 27, 2024
2f72b1e · Sep 27, 2024
Sep 25, 2024
Sep 23, 2024
Jul 6, 2024
Apr 3, 2021
Feb 10, 2023
Jan 24, 2023
Feb 1, 2024
Jun 24, 2024
Feb 10, 2023
Sep 23, 2024
Jun 2, 2021

Repository files navigation

SMSAPI Notifier

Provides Smsapi integration for Symfony Notifier. This bridge can also be used with https://smsapi.com.

DSN example

SMSAPI_DSN=smsapi://TOKEN@default?from=FROM&fast=FAST&test=TEST

// for https://smsapi.com set the correct endpoint:

SMSAPI_DSN=smsapi://TOKEN@api.smsapi.com?from=FROM

where:

  • TOKEN is your API Token (OAuth)
  • FROM is the sender name (default ""), skip this field to use the cheapest "eco" shipping method.
  • FAST setting this parameter to "1" (default "0") will result in sending message with the highest priority which ensures the quickest possible time of delivery. Attention! Fast messages cost more than normal messages.
  • TEST setting this parameter to "1" (default "0") will result in sending message in test mode (message is validated, but not sent).

See your account info at https://smsapi.pl or https://smsapi.com

Resources