neronplex / line-notifier
LINE Notify API client
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-12-08 02:46:19 UTC
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