library appcenter-push
PHP AppCenter Push client.
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
PHP AppCenter Push
, (*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);
dev-master
9999999-dev
PHP AppCenter Push client.
Sources
Download
MIT
The Requires
by
Koen Hoeijmakers
0.1.3
0.1.3.0
PHP AppCenter Push client.
Sources
Download
MIT
The Requires
by
Koen Hoeijmakers
0.1.2
0.1.2.0
PHP AppCenter Push client.
Sources
Download
MIT
The Requires
by
Koen Hoeijmakers
0.1.1
0.1.1.0
PHP AppCenter Push client.
Sources
Download
MIT
The Requires
by
Koen Hoeijmakers
0.1.0
0.1.0.0
PHP AppCenter Push client.
Sources
Download
MIT
The Requires
by
Koen Hoeijmakers