neronplex/line-notifier
Composer 安装命令:
composer require neronplex/line-notifier
包简介
LINE Notify API client
关键字:
README 文档
README
line-notifier is a package to LINE Notify API client.
Requirements
Installing your project
Install via Composer
$ composer require neronplex/line-notifier
Usage
Simple example...
$line = new Neronplex\LineNotifier\Notify('your access token'); $line ->setMessage('message...') ->send();
More information LINE Notify API Document.
License
Copyright © 2017 暖簾 (@neronplex) Licensed under the [Apache License, Version 2.0][Apache] [Apache]: http://www.apache.org/licenses/LICENSE-2.0
统计信息
- 总下载量: 170
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Apache-2.0
- 更新时间: 2017-02-09