Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork0
Symfony Bandwidth Notifier Bridge
License
NotificationsYou must be signed in to change notification settings
symfony/bandwidth-notifier
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
ProvidesBandwidth integration for Symfony Notifier.
BANDWIDTH_DSN=bandwidth://USERNAME:PASSWORD@default?from=FROM&account_id=ACCOUNT_ID&application_id=APPLICATION_ID&priority=PRIORITYwhere:
USERNAMEis your Bandwidth usernamePASSWORDis your Bandwidth passwordFROMis your senderACCOUNT_IDis your account IDAPPLICATION_IDis your application IDPRIORITYis your priority (optional)
With a Bandwidth Message, you can use theBandwidthOptions class to addmessage options.
useSymfony\Component\Notifier\Message\SmsMessage;useSymfony\Component\Notifier\Bridge\Bandwidth\BandwidthOptions;$sms =newSmsMessage('+1411111111','My message');$options = (newBandwidthOptions()) ->media(['foo']) ->tag('tag') ->accountId('account_id') ->applicationId('application_id') ->expiration('test_expiration') ->priority('default')// ... ;// Add the custom options to the sms message and send the message$sms->options($options);$texter->send($sms);
About
Symfony Bandwidth Notifier Bridge
Topics
Resources
License
Code of conduct
Contributing
Security policy
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Sponsor this project
Uh oh!
There was an error while loading.Please reload this page.
Packages0
No packages published
Uh oh!
There was an error while loading.Please reload this page.
Contributors8
Uh oh!
There was an error while loading.Please reload this page.