arcontact / smsapi-notifier
Symfony SMSAPI Notifier 桥接器
5.1.8
2020-11-17 08:05 UTC
Requires
- php: >=7.2.5
- symfony/http-client: ^4.3|^5.0
- symfony/notifier: ^5.0,<5.2
README
为 Symfony Notifier 提供 SMSAPI 集成。
DSN 示例
// .env file
SMSAPI_DSN=smsapi://TOKEN@default?from=FROM
其中
TOKEN
是 API 令牌(OAuth)FROM
是发送者名称
在https://ssl.smsapi.pl/查看您的账户信息