2017 © Pedro Peláez
 

library appcenter-push

PHP AppCenter Push client.

image

kingscode/appcenter-push

PHP AppCenter Push client.

  • Tuesday, March 6, 2018
  • by kingscode
  • Repository
  • 1 Watchers
  • 2 Stars
  • 58 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 5 Versions
  • 5 % Grown

The README.md

PHP AppCenter Push

Packagist license Packagist, (*1)

PHP AppCenter Push client., (*2)

Installation

Require the package., (*3)

composer require kingscode/appcenter-push

Usage

// Create a notifier...
$notifier = Notifier::make()
    ->setOwnerName($ownerName) // Set the owner name.
    ->setAppName($appName)     // Set the app name.
    ->setToken($token);        // Set the api token.

// Create a notification...
$notification = Notification::make()
    ->setName($name)   //Set the notification name.
    ->setTitle($title) //Set the notification title.
    ->setBody($body);  //Set the notification body.

// And send the notification...
$notifier->send($notification);

The Versions

06/03 2018

dev-master

9999999-dev

PHP AppCenter Push client.

  Sources   Download

MIT

The Requires

 

by Koen Hoeijmakers

06/03 2018

0.1.3

0.1.3.0

PHP AppCenter Push client.

  Sources   Download

MIT

The Requires

 

by Koen Hoeijmakers

27/02 2018

0.1.2

0.1.2.0

PHP AppCenter Push client.

  Sources   Download

MIT

The Requires

 

by Koen Hoeijmakers

14/02 2018

0.1.1

0.1.1.0

PHP AppCenter Push client.

  Sources   Download

MIT

The Requires

 

by Koen Hoeijmakers

05/02 2018

0.1.0

0.1.0.0

PHP AppCenter Push client.

  Sources   Download

MIT

The Requires

 

by Koen Hoeijmakers