2017 © Pedro Peláez
 

library push-notification

Push Notification

image

tawba/push-notification

Push Notification

  • Sunday, February 5, 2017
  • by omartawba1
  • Repository
  • 2 Watchers
  • 11 Stars
  • 28 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 8 % Grown

The README.md

Description

Push notification package helps you to easily push messages to Android, IOS, WindowsPhone, Chrome, and Firefox devices., (*1)

Installation

Using Composer :, (*2)

composer install

Or you can do, (*3)

composer require tawba/push-notification

If you don't have composer, you can get it from Composer, (*4)

Run the application

php index.php

Usage

use Tawba\PushNotification\NotificationService;

$notify = new NotificationService();
echo "

<

pre>";
print_r($notify->send("android", ['testID', ['Test MSG']])); // You can pass android, ios, windowsphone, chrome, firefox

Important Notice

You should change your authentication data inside each driver if you want to use it. These are the drivers Android::class, IOS::class, WindowsPhone::class, Chrome::class, and Firefox::class, (*5)

The Versions

05/02 2017

dev-master

9999999-dev https://github.com/omartawba1/push_notification

Push Notification

  Sources   Download

MIT

The Requires

  • php >=5.6.4
  • ext-curl *

 

The Development Requires

by Omar Tawba

android iphone push notification

05/02 2017

v1.0

1.0.0.0 https://github.com/omartawba1/push_notification

Push Notification

  Sources   Download

MIT

The Requires

  • php >=5.6.4
  • ext-curl *

 

The Development Requires

by Omar Tawba

android iphone push notification