Back to Symfony

README

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

8.0.10718 B
Original Source

Octopush Notifier

Provides Octopush integration for Symfony Notifier.

DSN example

OCTOPUSH_DSN=octopush://USERLOGIN:APIKEY@default?from=FROM&type=TYPE

where:

  • USERLOGIN is your Octopush email
  • APIKEY is your Octopush token
  • FROM is your sender
  • TYPE is Octopush sms type (XXX = SMS LowCost; FR = SMS Premium; WWW = SMS World)

Resources