Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork3
Symfony GatewayApi Notifier Bridge
License
NotificationsYou must be signed in to change notification settings
symfony/gateway-api-notifier
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Provides GatewayApi integration for Symfony Notifier.
GATEWAYAPI_DSN=gatewayapi://TOKEN@default?from=FROMwhere:
TOKENis API Token (OAuth)FROMis sender name
See your account info athttps://gatewayapi.com
With a GatewayApi Message, you can use theGatewayApiOptions class to addmessage options.
useSymfony\Component\Notifier\Message\SmsMessage;useSymfony\Component\Notifier\Bridge\GatewayApi\GatewayApiOptions;$sms =newSmsMessage('+1411111111','My message');$options = (newGatewayApiOptions()) ->class('standard') ->callbackUrl('https://my-callback-url') ->userRef('user_ref') ->label('label')// ... ;// Add the custom options to the sms message and send the message$sms->options($options);$texter->send($sms);
About
Symfony GatewayApi 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.
Contributors15
Uh oh!
There was an error while loading.Please reload this page.