Skip to content

udha19/ionic-push-php

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ionic push php sdk

This package may be helpful for sending ionic push notifications

Install

Via Composer

$ composer require dmitrovskiy/ionic-push-php

Usage

$pusher = new Dmitrovskiy\IonicPush\PushProcessor(
    'PROFILE',
    'AUTHORIZATION_TOKEN'
);

$devices = array(
    //...
);

$notification = array(
    //...
);

$pusher->notify($devices, $notification);

License

The MIT License (MIT). Please see License File for more information.

About

ionic push notifications php sdk

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages

  • PHP 100.0%