renlight10 / line-notify
向 Line Notify 发送通知
1.0.1
2017-01-10 11:21 UTC
Requires
- php: >=5.3.0
This package is not auto-updated.
Last update: 2024-09-23 15:00:03 UTC
README
PHP Wrapper 以发送 line notify 通知
安装: composer require renlight10/line-notify
使用方法
$line = new \renlight10\LineNotify\LineNotify("token"); $line->SETmessage("awesome!"); echo $line->sendIt();
您可以 SET
更多属性,例如
$line->SETmessage("awesome!")->SETstickerPackageId(1)->SETstickerId(5);
查看 文档。
注意:目前不支持直接上传图片或 imageFile
。
示例响应
{"header":{"Limit":1000,"ImageLimit":50,"Remaining":999,"ImageRemaining":50,"Reset":1483555725},"body":{"status":200,"message":"ok"}}