renlight10/line-notify
Composer 安装命令:
composer require renlight10/line-notify
包简介
send notification to line notify
关键字:
README 文档
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"}}
统计信息
- 总下载量: 20
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: mit
- 更新时间: 2017-01-07