symfony / line-bot-notifier
Provides LINE Bot (Push Message) integration for Symfony Notifier.
Fund package maintenance!
fabpot
Tidelift
symfony.com/sponsor
Installs: 1
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 2
Forks: 1
Type:symfony-notifier-bridge
Requires
- php: >=8.2
- symfony/http-client: ^6.4|^7.0
- symfony/notifier: ^7.2
Requires (Dev)
- symfony/event-dispatcher: ^6.4|^7.0
This package is auto-updated.
Last update: 2024-10-27 15:24:22 UTC
README
Provides LINE Bot (Push Message) integration for Symfony Notifier.
DSN example
linebot://TOKEN@default?receiver=RECEIVER
where:
TOKEN
should be encoded in URL format.RECEIVER
can be retrieved from https://developers.line.biz/en/docs/messaging-api/getting-user-ids/#getting-user-ids.