neronplex / line-notifier
LINE Notify API 客户端
0.0.1
2017-02-10 17:39 UTC
Requires
- php: >=7.0.0
- guzzlehttp/guzzle: ^6.2
Requires (Dev)
- phpunit/phpunit: @stable
This package is not auto-updated.
Last update: 2024-09-15 01:35:24 UTC
README
line-notifier 是一个用于 LINE Notify API 客户端的软件包。
要求
安装您的项目
通过 Composer 安装
$ composer require neronplex/line-notifier
用法
简单示例...
$line = new Neronplex\LineNotifier\Notify('your access token'); $line ->setMessage('message...') ->send();
更多信息请参阅 LINE Notify API 文档。
许可证
版权 © 2017 暖簾 (@neronplex) 在 Apache 许可证2.0版下发布 [Apache] [Apache]: https://apache.ac.cn/licenses/LICENSE-2.0