symfony / orange-sms-notifier

Symfony Orange Sms Notifier Bridge

Home Page:https://symfony.com/notifier

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Orange Sms Notifier

Provides Orange Sms integration for Symfony Notifier.

DSN example

ORANGE_SMS_DSN=orange-sms://CLIENT_ID:CLIENT_SECRET@default?from=FROM&sender_name=SENDER_NAME

where:

  • CLIENT_ID is your Orange App client ID
  • CLIENT_SECRET is the Orange App client secret
  • FROM is the sender phone number
  • SENDER_NAME is the sender name

example:

ORANGE_SMS_DSN=orange-sms://RbttXve8o2y3IglAqJXlXTzZywyyjqKo:iNpfgVeHusPEKrrp@default?from=+243000000&sender_name=platformXYZ

See Orange Sms documentation at https://developer.orange.com/apis/sms-cd/api-reference

About

Symfony Orange Sms Notifier Bridge

https://symfony.com/notifier

License:MIT License


Languages

Language:PHP 100.0%