An open API service indexing awesome lists of open source software.

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.

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)