Thanks to visit codestin.com
Credit goes to github.com

Skip to content

szal1k/smsapi-notifier

 
 

Repository files navigation

SMSAPI Notifier

Provides Smsapi integration for Symfony Notifier.

DSN example

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

where:

  • TOKEN is your API Token (OAuth)
  • FROM is the sender name
  • 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://ssl.smsapi.pl/

Resources

About

Provides Smsapi integration for Symfony Notifier.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%