All Projects → supersonictw → line-bot-sdk-php-tiny

supersonictw / line-bot-sdk-php-tiny

Licence: Apache-2.0 license
A simple SDK for the LINE Messaging API with PHP.

Programming Languages

PHP
23972 projects - #3 most used programming language

Projects that are alternatives of or similar to line-bot-sdk-php-tiny

LINE-FreshBot
LINE Bot
Stars: ✭ 23 (-8%)
Mutual labels:  line, line-bot
pyne
LINE for Python
Stars: ✭ 18 (-28%)
Mutual labels:  line, line-bot
LINE-Source
Line Application Source
Stars: ✭ 43 (+72%)
Mutual labels:  line, line-bot
NiuBi
👊 一个Java文件也能干大事系列
Stars: ✭ 34 (+36%)
Mutual labels:  onefile
line
Development repository for the line cookbook
Stars: ✭ 96 (+284%)
Mutual labels:  line
line-example-bot-tiny-php
Line Bot 基礎範例程式碼教學 (PHP) - 輕量版 LINEBotTiny.php
Stars: ✭ 58 (+132%)
Mutual labels:  line
google streetview
A command line tool and module for Google Street View Image API
Stars: ✭ 77 (+208%)
Mutual labels:  line
LineTimeline
Line Timeline API
Stars: ✭ 12 (-52%)
Mutual labels:  line
linenotify
Template for LINE Notify service in Golang
Stars: ✭ 18 (-28%)
Mutual labels:  line
text-sdk-php
PHP SDK to send messages with CM.com
Stars: ✭ 18 (-28%)
Mutual labels:  line
regl-line
Flat 2D and 3D line rending with Regl for WebGL
Stars: ✭ 44 (+76%)
Mutual labels:  line
line-bot-sdk
🍥 Haskell向けLINE Messaging API SDK
Stars: ✭ 31 (+24%)
Mutual labels:  line
comment-box.nvim
✨ Clarify and beautify your comments using boxes and lines.
Stars: ✭ 91 (+264%)
Mutual labels:  line
SimpleCLI
Command Line Interface Library for Arduino
Stars: ✭ 197 (+688%)
Mutual labels:  line
gab-cmdline
A GABStudios Java library to help with command line parsing.
Stars: ✭ 12 (-52%)
Mutual labels:  line
LineChivas
May the Chivas be with you...
Stars: ✭ 48 (+92%)
Mutual labels:  line-bot
ghe-line-notify
LINE Notify Gateway for Github Enterprise.
Stars: ✭ 19 (-24%)
Mutual labels:  line
clova-cek-sdk-python
SDK of the Clova CEK for Python
Stars: ✭ 19 (-24%)
Mutual labels:  line
unosolo
Work-in-progress Rust application that converts C++ header-only libraries to single self-contained headers.
Stars: ✭ 26 (+4%)
Mutual labels:  line
react-svg-pathline
React component for drawing SVG path through set of points, smoothing the corners
Stars: ✭ 42 (+68%)
Mutual labels:  line

line-bot-sdk-php-tiny

License Line Version PHP

LINE

A simple SDK for the LINE Messaging API with PHP.

Description

This is a third party SDK for LINE Messaging API that extended more functions from line-bot-sdk-tiny.

As line/line-bot-sdk-php#163 said, the original version which is created by LINE Corporation has no plan to update, so that I created this one.

There is only an api.php file for you to include it into your LINE Messaging BOT as easy for someone who don't need the full API if the one only wants to make a "Simple" BOT.

If you want the official LINE Messaging API for PHP 7.x, go to line-bot-sdk-php for getting the full version.

Note

It's using the function "file_get_contents()" as its HTTP Client for connecting to LINE API Platform.

As the result, it might be crashed by SELinux.

There are some solutions for resolving this problem:

Example

Try to read and learn from examples for understanding how to create a BOT with this API.

Before running the examples, please make sure that you have set the Channel access token and Channel secret of your BOT.

API Reference

The documentation is generated automatically by PHPDoc.

Visit the documentation

Requirement

PHP >= 5.4

License

Copyright 2016 LINE Corporation

LINE Corporation licenses this file to you under the Apache License,
version 2.0 (the "License"); you may not use this file except in compliance
with the License. You may obtain a copy of the License at:

  https://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
License for the specific language governing permissions and limitations
under the License.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].