https://github.com/symfony/line-bot-notifier
Provides LINE Bot (Push Message) integration for Symfony Notifier.
https://github.com/symfony/line-bot-notifier
bot chat component line php symfony symfony-component
Last synced: about 1 year ago
JSON representation
Provides LINE Bot (Push Message) integration for Symfony Notifier.
- Host: GitHub
- URL: https://github.com/symfony/line-bot-notifier
- Owner: symfony
- License: mit
- Created: 2024-10-14T06:53:01.000Z (over 1 year ago)
- Default Branch: 7.2
- Last Pushed: 2024-11-29T09:11:30.000Z (over 1 year ago)
- Last Synced: 2025-04-14T11:55:32.434Z (about 1 year ago)
- Topics: bot, chat, component, line, php, symfony, symfony-component
- Language: PHP
- Homepage: https://symfony.com/notifier
- Size: 6.84 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
LINE Bot Bridge
===============
Provides [LINE Bot (Push Message)](https://developers.line.biz/en/reference/messaging-api/#send-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.
Resources
---------
* [Contributing](https://symfony.com/doc/current/contributing/index.html)
* [Report issues](https://github.com/symfony/symfony/issues) and
[send Pull Requests](https://github.com/symfony/symfony/pulls)
in the [main Symfony repository](https://github.com/symfony/symfony)