ateliee/lineapi

Installs: 40

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/ateliee/lineapi

1.0.0 2016-08-07 02:30 UTC

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);