2017 © Pedro Peláez
 

library notify

Notify User in OS

image

php-system/notify

Notify User in OS

  • Friday, April 3, 2015
  • by ovr
  • Repository
  • 2 Watchers
  • 0 Stars
  • 8 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 14 % Grown

The README.md

Notify

Notify user in OS, (*1)

How to use

First you need to get service with provider into it:, (*2)

use PHPSystem\Notify;

$service = new Notify\Service(ProviderFactory::getAvailable());

How to send text:, (*3)

$service->sendMessage("my simple test");

Send custom Notification :, (*4)

$notification = new Notify\Notification("Simple text message");
$service->sendMessage($notification);

License

This project is open-sourced software licensed under the MIT License. See the LICENSE file for more information., (*5)

The Versions

03/04 2015

dev-master

9999999-dev

Notify User in OS

  Sources   Download

MIT

by Patsura Dmitry

19/11 2014

0.1

0.1.0.0

Notify User in OS

  Sources   Download

MIT

by Patsura Dmitry