2017 © Pedro Peláez
 

library line-notifier

LINE Notify API client

image

neronplex/line-notifier

LINE Notify API client

  • Friday, February 10, 2017
  • by neronplex
  • Repository
  • 1 Watchers
  • 1 Stars
  • 92 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 3 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

line-notifier

line-notifier is a package to LINE Notify API client., (*1)

Requirements

Installing your project

Install via Composer

$ composer require neronplex/line-notifier

Usage

Simple example..., (*2)

$line = new Neronplex\LineNotifier\Notify('your access token');
$line
    ->setMessage('message...')
    ->send();

More information LINE Notify API Document., (*3)

License

Copyright © 2017 暖簾 (@neronplex) Licensed under the Apache License, Version 2.0, (*4)

The Versions

10/02 2017

dev-master

9999999-dev https://github.com/neronplex/line-notifier

LINE Notify API client

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

line

10/02 2017

0.0.1

0.0.1.0 https://github.com/neronplex/line-notifier

LINE Notify API client

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

line