45 lines
2.0 KiB
Markdown
45 lines
2.0 KiB
Markdown
# NotificationPusher
|
|
|
|
Standalone PHP library for easy devices message notifications push.
|
|
|
|
[](https://packagist.org/packages/sly/notification-pusher)
|
|
[](https://packagist.org/packages/sly/notification-pusher)
|
|
[](http://travis-ci.org/Ph3nol/NotificationPusher)
|
|
[](https://insight.sensiolabs.com/projects/4f6f80c4-281a-4903-bf4c-1eb264995dbd)
|
|
|
|
**Feel free to contribute! Thanks.**
|
|
|
|
## Requirements
|
|
|
|
* PHP 5.3+
|
|
* PHP Curl and OpenSSL modules
|
|
* Specific adapters requirements (like APNS certificate, GCM API key, etc.)
|
|
|
|
## Today available adapters
|
|
|
|
* APNS (Apple)
|
|
* GCM (Android)
|
|
|
|
## Documentation and examples
|
|
|
|
* [Installation](https://github.com/Ph3nol/NotificationPusher/blob/master/doc/installation.md)
|
|
* [Getting started](https://github.com/Ph3nol/NotificationPusher/blob/master/doc/getting-started.md)
|
|
* [APNS adapter](https://github.com/Ph3nol/NotificationPusher/blob/master/doc/apns-adapter.md)
|
|
* [GCM adapter](https://github.com/Ph3nol/NotificationPusher/blob/master/doc/gcm-adapter.md)
|
|
* [Create an adapter](https://github.com/Ph3nol/NotificationPusher/blob/master/doc/create-an-adapter.md)
|
|
* [Push from CLI](https://github.com/Ph3nol/NotificationPusher/blob/master/doc/push-from-cli.md)
|
|
|
|
## Todo
|
|
|
|
* Add new features (custom APNS payloads, GCM custom options, etc.)
|
|
* Add new adapters (like Blackberry and Windows phones)
|
|
* Write more documentation and examples
|
|
|
|
## 1.x users
|
|
|
|
Old version is still available from [1.x branch](https://github.com/Ph3nol/NotificationPusher/tree/1.x), with dedicated declared tag.
|
|
|
|
|
|
[](https://bitdeli.com/free "Bitdeli Badge")
|
|
|