neronplex/line-notifier

LINE Notify API client

Installs: 170

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 3

Open Issues: 0

pkg:composer/neronplex/line-notifier

0.0.1 2017-02-10 17:39 UTC

This package is not auto-updated.

Last update: 2025-09-28 06:51:21 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