line-notifier
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