dmitrovskiy/ionic-push-php

ionic push notifications php sdk

Installs: 5 458

Dependents: 1

Suggesters: 0

Security: 0

Stars: 21

Watchers: 3

Forks: 15

Open Issues: 1

pkg:composer/dmitrovskiy/ionic-push-php

1.0.0 2016-07-07 11:56 UTC

This package is not auto-updated.

Last update: 2025-10-21 23:30:31 UTC


README

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.