sly/notification-pusher
Standalone PHP library for easy devices notifications push.
Maintainers
Package info
github.com/Ph3nol/NotificationPusher
Type:standalone
pkg:composer/sly/notification-pusher
Fund package maintenance!
Requires
- php: >=5.6
- ext-ctype: *
- doctrine/inflector: ~1.1
- symfony/console: >=2.3,<5
- symfony/debug: >=2.3,<5
- symfony/filesystem: >=2.3,<5
- symfony/options-resolver: >=2.3,<5
- symfony/process: >=2.3,<5
- zendframework/zend-validator: ^2.12
- zendframework/zendservice-apple-apns: ~1.4
- zendframework/zendservice-google-gcm: ~2.1
Requires (Dev)
- atoum/atoum: ^3.1
- atoum/stubs: ^2.5
- atoum/visibility-extension: ^1.3
- symfony/var-dumper: >=2.3,<5
Suggests
None
Provides
None
Conflicts
None
Replaces
None
MIT 9faecc6b1bcacfcd36fba59191fdd5f5a08589ee
- CΓ©dric Dugat <cedric.woop@dugat.me>
- Contributors
This package is not auto-updated.
Last update: 2026-06-17 13:00:41 UTC
README
Standalone PHP library for easy devices message notifications push.
π Latest Stable Version
π License
π Total Downloads
π Build Status
Feel free to contribute! Thanks.
Contributors
- CΓ©dric Dugat (Author / Lead developer)
- Oleg Abrazhaev (Lead developer)
- Community contributors
Installation
composer require sly/notification-pusher
This repository uses PSR-0 autoload.
After installation with composer please adjust you autoloading config if needed
or include vendor/autoload.php in your index.php.
Requirements
- PHP 5.6+
- PHP Curl and OpenSSL modules
- Specific adapters requirements (like APNS certificate, GCM (FCM) API key, etc.)
WARNING Version v3.0 would support only php 7.0+. Please, update your composer config if needed.
Today available adapters
- APNS (Apple)
- GCM (Android) and FCM (Android)
Documentation and examples
Todo
- Rewrite tests in PHPUnit 8+. (contributions are welcome!)
- Add new features (custom APNS payloads, GCM and FCM 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.
