symfony/sms-biuras-notifier

Symfony SmsBiuras Notifier Bridge


Keywords
sms, notifier, smsbiuras, component, php, symfony, symfony-component
License
MIT

Documentation

SmsBiuras Notifier

Provides SmsBiuras integration for Symfony Notifier.

DSN example

SMSBIURAS_DSN=smsbiuras://UID:API_KEY@default?from=FROM&test_mode=0

where:

  • UID is your client code
  • API_KEY is your SmsBiuras api key
  • FROM is your sender
  • TEST_MODE the test parameter is used during system connection testing. Possible values: 0 (real SMS sent), 1 (test SMS, will not be delivered to the phone and will not be charged)

Resources