Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/uzulla/line-notify-sample-call-me.php
Sample php code for LINE Notify
https://github.com/uzulla/line-notify-sample-call-me.php
Last synced: about 1 month ago
JSON representation
Sample php code for LINE Notify
- Host: GitHub
- URL: https://github.com/uzulla/line-notify-sample-call-me.php
- Owner: uzulla
- Created: 2016-09-29T19:35:07.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-10-01T01:28:55.000Z (over 8 years ago)
- Last Synced: 2023-03-23T12:14:10.873Z (almost 2 years ago)
- Language: PHP
- Size: 29.3 KB
- Stars: 8
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
LINE Notify を利用するサンプル
==LINE Notifyで認証し`access_token`を取得し、それを利用して送信するサンプルです
# 注意
- 「PHPは古くさいベタッとした書き方のほうが参考にされるのでは」という意見を尊重し、非常に古くさいオールドスクールな書き方をしています。
- あくまでこれはサンプルです、これを公開するのはどうかとおもいます。# 環境
PHP7で確認しています(が、おそらくそれより前でも動きます)。
# 使い方
LINE Notifyに事前に登録します。
LINE Notifyに登録するCallback URLは適切に設定する必要があります。たとえばlocalhostに立てるなら`http://localhost/callback.php`でしょう。もし公開サーバーに設置する場合には適切に変更してください。
その後、`settings.sample.php`を`settings.php`とコピーして、各種Client IDやcallback urlなどの内容を適切に修正し、`/index.php`をひらいてください。
# LINE Notifyについて
- 公式サイト [https://notify-bot.line.me/ja/](https://notify-bot.line.me/ja/)
# LICENSE
`CC0`