renlight10 / LineNotify

send notification to line notify

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PHP Wrapper to send line notify notification

Installation: composer require renlight10/line-notify

usage :

$line = new \renlight10\LineNotify\LineNotify("token");
$line->SETmessage("awesome!");
echo $line->sendIt();

you can SET more property for example

$line->SETmessage("awesome!")->SETstickerPackageId(1)->SETstickerId(5);

see documentation.

NOTE : currently direct image upload or imageFile not supported ~

example response:

{"header":{"Limit":1000,"ImageLimit":50,"Remaining":999,"ImageRemaining":50,"Reset":1483555725},"body":{"status":200,"message":"ok"}}

About

send notification to line notify

License:MIT License


Languages

Language:PHP 100.0%