Skip to content

symfony/octopush-notifier

Repository files navigation

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