File tree Expand file tree Collapse file tree 2 files changed +276
-19
lines changed
Expand file tree Collapse file tree 2 files changed +276
-19
lines changed Original file line number Diff line number Diff line change 11line-bot-sdk-php-tiny
22==
3- [ ![ License] ( https://img.shields.io/badge/license-Apache--2.0-FF3333.svg )] ( LICENSE ) [ ![ Line] ( https://img.shields.io/badge/lineapi-v2-00DD77.svg )] ( https://developers.line.me ) ![ Version] ( https://img.shields.io/badge/version-2.1 -00BBFF.svg ) ![ PHP] ( https://img.shields.io/badge/php-5.x-B94FFF.svg )
3+ [ ![ License] ( https://img.shields.io/badge/license-Apache--2.0-FF3333.svg )] ( LICENSE ) [ ![ Line] ( https://img.shields.io/badge/lineapi-v2-00DD77.svg )] ( https://developers.line.me ) [ ![ Version] ( https://img.shields.io/badge/version-2.2 -00BBFF.svg )] ( https://github.com/supersonictw/line-bot-sdk-php-tiny ) [ ![ PHP] ( https://img.shields.io/badge/php-5.x-B94FFF.svg )] ( https://php.net )
44
5- [ ![ LINE] ( http ://lineofficial.blogimg.jp/tw/imgs/2/2/22f62401.png)] ( https://line.me )
5+ [ ![ LINE] ( https ://lineofficial.blogimg.jp/tw/imgs/2/2/22f62401.png)] ( https://line.me )
66
77A simple SDK for the LINE Messaging API for PHP.
88
@@ -11,7 +11,7 @@ Description
1111
1212The origin version is [ line-bot-sdk-tiny] ( https://github.com/line/line-bot-sdk-php/tree/master/line-bot-sdk-tiny ) by LINE Corp.
1313
14- The version of LINE Messaging API by [ SuperSonic] ( https://github.com/supersonictw ) as Third Party Update to support more LINE features.
14+ The version of LINE Messaging API by [ SuperSonic] ( https://randychen.tk ) as Third Party Update to support more LINE features.
1515
1616The API has only a "api.php" file to include into your LINEBOT.
1717
@@ -27,7 +27,10 @@ The API uses "file_get_contents()" as HttpClient.
2727
2828So it maybe will be crashed by SELinux.
2929
30- Please turn off it, or using full version API.
30+ There are some solutions:
31+ + Disable SELinux
32+ + Add SELinux Policy
33+ + To use [ line-bot-sdk-php] ( https://github.com/line/line-bot-sdk-php )
3134
3235Example
3336--
You can’t perform that action at this time.
0 commit comments