neronplex/line-notifier

LINE Notify API client

0.0.1 2017-02-10 17:39 UTC

This package is not auto-updated.

Last update: 2024-04-13 23:41:20 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