symfony / sipgate-notifier
Symfony Sipgate Notifier 桥接器
7.2.x-dev
2024-08-05 08:22 UTC
Requires
- php: >=8.2
- symfony/http-client: ^6.4|^7.0
- symfony/notifier: ^7.2
This package is auto-updated.
Last update: 2024-09-05 10:02:33 UTC
README
为 Symfony Notifier 提供 Sipgate 集成。
DSN 示例
SIPGATE_DSN=sipgate://TOKEN_ID:TOKEN@default?senderId=SENDER_ID
其中
TOKEN_ID
是您的 Sipgate API Token IDTOKEN
是您的 Sipgate API TOKENSENDER_ID
是您的 Sipgate 设备 ID(例如 s1)
资源
- 贡献
- 在 主 Symfony 仓库 中 报告问题 和 发送 Pull Requests