Back to Symfony

README

src/Symfony/Component/Notifier/Bridge/Smsc/README.md

8.0.9613 B
Original Source

SMSC Notifier

Provides SMSC integration for Symfony Notifier.

DSN example

SMSC_DSN=smsc://LOGIN:PASSWORD@default?from=FROM

where:

  • LOGIN is your login
  • PASSWORD is your API password
  • FROM is your sender (NB: text identity, not a phone number)

Resources