Skip to content

Commit 9c6ced8

Browse files
authored
Merge pull request #1 from supersonictw/rolling
Update v2.2
2 parents ea58e89 + ba6352c commit 9c6ced8

File tree

2 files changed

+276
-19
lines changed

2 files changed

+276
-19
lines changed

README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
line-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

77
A simple SDK for the LINE Messaging API for PHP.
88

@@ -11,7 +11,7 @@ Description
1111

1212
The 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

1616
The 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

2828
So 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

3235
Example
3336
--

0 commit comments

Comments
 (0)