CARVIEW |
symfony / line-bot-notifier
Provides LINE Bot (Push Message) integration for Symfony Notifier.
Fund package maintenance!
fabpot
nicolas-grekas
symfony.com/sponsor
Tidelift
Installs: 29
Dependents: 0
Suggesters: 0
Security: 0
Stars: 5
Watchers: 2
Forks: 1
Type:symfony-notifier-bridge
pkg:composer/symfony/line-bot-notifier
Requires
- php: >=8.2
- symfony/http-client: ^6.4|^7.0
- symfony/notifier: ^7.2
Requires (Dev)
- symfony/event-dispatcher: ^6.4|^7.0
Suggests
None
Provides
None
Conflicts
None
Replaces
None
MIT fdf34c93aace223f8b5c007bc70fd18c44f3e489
- Yi-Jyun Pan <me.woop@pan93.com>
- Symfony Community
- 8.0.x-dev
- 7.4.x-dev
- 7.3.x-dev
- v7.3.0
- v7.3.0-RC1
- v7.3.0-BETA1
- 7.2.x-dev
- v7.2.0
- v7.2.0-RC1
- v7.2.0-BETA1
This package is auto-updated.
Last update: 2025-10-04 08:28:27 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.