2017 © Pedro Peláez
 

library line-notify

send notification to line notify

image

renlight10/line-notify

send notification to line notify

  • Wednesday, March 29, 2017
  • by renlight10
  • Repository
  • 1 Watchers
  • 0 Stars
  • 9 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

PHP Wrapper to send line notify notification, (*1)

Installation: composer require renlight10/line-notify, (*2)

usage : ``` php $line = new \renlight10\LineNotify\LineNotify("token"); $line->SETmessage("awesome!"); echo $line->sendIt();, (*3)

you can `SET` more property for example
``` php
$line->SETmessage("awesome!")->SETstickerPackageId(1)->SETstickerId(5);

see documentation., (*4)

NOTE : currently direct image upload or imageFile not supported ~, (*5)

example response: json {"header":{"Limit":1000,"ImageLimit":50,"Remaining":999,"ImageRemaining":50,"Reset":1483555725},"body":{"status":200,"message":"ok"}}, (*6)

The Versions

29/03 2017

dev-master

9999999-dev https://github.com/renlight10/LineNotify

send notification to line notify

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

by ren

notification line notify

10/01 2017

1.0.1

1.0.1.0 https://github.com/renlight10/LineNotify

send notification to line notify

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

by ren

notification line notify