unit27 / notification-pusher
PHP library for sending push notifications to Apple / Android / Microsoft Windows Phone users
This package's canonical repository appears to be gone and the package has been frozen as a result.
Installs: 1 085
Dependents: 1
Suggesters: 0
Security: 0
Stars: 1
Watchers: 3
Forks: 270
Type:standalone
Requires
- php: >=5.3.2
- doctrine/inflector: ~1.0
- symfony/console: ~2.3
- symfony/options-resolver: ~2.3
- symfony/process: ~2.3
- zendframework/zendservice-apple-apns: 1.*
- zendframework/zendservice-google-gcm: 1.*
Requires (Dev)
- atoum/atoum: dev-master
README
PHP library for sending push notifications to Apple / Android / Microsoft Windows Phone users
Requirements
- PHP 5.5+
- PHP Curl and OpenSSL modules
- Specific adapters requirements (like APNS certificate, GCM API key, etc.)
Today available adapters
- APNS (Apple)
- GCM (Android)
- Microsoft (Microsoft)
Documentation and examples
- Installation
- Getting started
- APNS adapter
- GCM adapter
- Microsoft adapter
- Create an adapter
- Push from CLI
Todo
- Add new features (custom APNS payloads, GCM custom options, etc.)
- Add new adapters (like Blackberry, etc)
- Write more documentation and examples
1.x users
Old version is still available from 1.x branch, with dedicated declared tag.