symfony/sms-biuras-notifier

Symfony SmsBiuras Notifier Bridge

Installs: 5 296

Dependents: 1

Suggesters: 0

Security: 0

Stars: 2

Watchers: 4

Forks: 2

Type:symfony-notifier-bridge


README

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