Back to Symfony

README

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

8.0.9719 B
Original Source

LightSms Notifier

Provides LightSms integration for Symfony Notifier.

DSN example

LIGHTSMS_DSN=lightsms://LOGIN:TOKEN@default?from=PHONE

where:

  • LOGIN is your LightSms login
  • TOKEN is the token displayed in your account
  • PHONE is your LightSms sender phone number

See your account info at https://www.lightsms.com/external/client/api/

Resources