kirant400 / notification-pusher
PHP library for sending push notifications to Apple / Android / Microsoft Windows Phone / Blackberry users
Installs: 65
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 274
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.3+
- 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.