turbo124 / notification-pusher
Standalone PHP library for easy devices notifications push.
Installs: 28 777
Dependents: 1
Suggesters: 0
Security: 0
Stars: 2
Watchers: 3
Forks: 274
Type:standalone
Requires
- php: >=5.5
- doctrine/inflector: ~1.0
- symfony/console: ~2.3|~3.0
- symfony/options-resolver: ~2.3|~3.0
- symfony/process: ~2.3|~3.0
- zendframework/zendservice-apple-apns: ^1.1.0
- zendframework/zendservice-google-gcm: 1.*
Requires (Dev)
- atoum/atoum: dev-master
README
Standalone PHP library for easy devices message notifications push.
Feel free to contribute! Thanks.
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)
Documentation and examples
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, with dedicated declared tag.