Home
Softono

PushNotification

Open source MIT PHP
12
Stars
0
Forks
0
Issues
2
Watchers
9 years
Last Commit

 About PushNotification

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

Platforms

Web Self-hosted Windows iOS Android

Languages

Java PHP

Links

Need Help Installing PushNotification?

We provide expert installation service for this software. Our team will install, configure, and secure PushNotification on your server. plans start at just $30.

PushNotification

View on GitHub

Description

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

Installation

Using Composer :

composer install

Or you can do

composer require tawba/push-notification

If you don't have composer, you can get it from Composer

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