ateliee / lineapi
Installs: 40
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/ateliee/lineapi
Requires
- guzzlehttp/guzzle: 6.2.0
- monolog/monolog: 1.18.2
This package is auto-updated.
Last update: 2025-09-29 02:41:59 UTC
README
a simple line bot api .
Install
$ composer require ateliee/linebot:dev-master
Usage
$bot = Ateliee\LineApi("<Channel ID>", "<Channel Secret>", "<Channel MID>", "<Endpoint URL>");
$bot->isValid(); // true only if signature was valid.
$bot->sendText("<to>", "<text>"); // send text message.
$bot->postEvents($events);