2017 © Pedro Peláez
 

library gntp-notify

Simple GNTP notification library

image

iakio/gntp-notify

Simple GNTP notification library

  • Saturday, October 10, 2015
  • by iakio
  • Repository
  • 1 Watchers
  • 0 Stars
  • 405 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 6 Versions
  • 0 % Grown

The README.md

gntp-notify

Build Status, (*1)

Simple GNTP notification library, (*2)

Usage

```:php <?php $gntp = new GNTP(); $gntp->sendNotify("appname", "type", "title", "text", array('icon_file' => 'a.png'));, (*3)


```:php <?php $gntp = new GNTP(); $register = new RegisterRequest("appname"); $register->addNotification("type1", array("icon_url" => "http://localhost/a.png"); $register->addNotification("type2", array("icon_file" => "b.png"); $notify = new NotificationRequest("appname", "type1", "title", array("text" => "text"); $gntp->notifyOrRegister($notify, $register);

Requirements

  • PHP >= 5.3.3

License

MIT, (*4)

Links

  • http://www.growlforwindows.com/gfw/help/gntp.aspx

The Versions

10/10 2015

dev-master

9999999-dev

Simple GNTP notification library

  Sources   Download

MIT

The Requires

  • php >=5.3.3

 

by ISHIDA Akio

notification growl gntp

10/10 2015

0.4.0

0.4.0.0

Simple GNTP notification library

  Sources   Download

MIT

The Requires

  • php >=5.3.3

 

by ISHIDA Akio

notification growl gntp

02/09 2015

0.3.0

0.3.0.0

Simple GNTP notification library

  Sources   Download

MIT

The Requires

  • php >=5.3.3

 

by ISHIDA Akio

notification growl gntp

14/08 2014

0.2.1

0.2.1.0

Simple GNTP notification library

  Sources   Download

MIT

by ISHIDA Akio

notification growl gntp

27/07 2014

0.2.0

0.2.0.0

Simple GNTP notification library

  Sources   Download

MIT

by ISHIDA Akio

notification growl gntp

26/07 2014

0.1.0

0.1.0.0

Simple GNTP notification library

  Sources   Download

MIT

by ISHIDA Akio

notification growl gntp