symfony / line-bot-notifier
Provides LINE Bot (Push Message) integration for Symfony Notifier.
Package info
github.com/symfony/line-bot-notifier
Type:symfony-notifier-bridge
pkg:composer/symfony/line-bot-notifier
v8.0.4
2026-01-05 09:27 UTC
Requires
- php: >=8.4
- symfony/http-client: ^7.4|^8.0
- symfony/notifier: ^7.4|^8.0
Requires (Dev)
- symfony/event-dispatcher: ^7.4|^8.0
This package is auto-updated.
Last update: 2026-02-25 10:20:40 UTC
README
Provides LINE Bot (Push Message) integration for Symfony Notifier.
DSN example
linebot://TOKEN@default?receiver=RECEIVER
where:
TOKENshould be encoded in URL format.RECEIVERcan be retrieved from https://developers.line.biz/en/docs/messaging-api/getting-user-ids/#getting-user-ids.