renlight10 / line-notify
send notification to line notify
Installs: 20
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/renlight10/line-notify
Requires
- php: >=5.3.0
This package is not auto-updated.
Last update: 2025-10-06 20:40:17 UTC
README
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"}}