Standalone PHP library for easy devices message notifications push.
Feel free to contribute! Thanks.
- Cédric Dugat (Author / Lead developer)
- Oleg Abrazhaev (Lead developer)
- Community contributors
- ohdonpiano (Maintainer / Apple support / php 8.1+ support)
composer require ohdonpiano/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.
- PHP 5.6+
- PHP Curl and OpenSSL modules
- Specific adapters requirements (like APNS certificate, GCM (FCM) API key, etc.)
- Version
v3.0
supports php 8.1+
- APNS (Apple)
- FCM (Android)
- 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!
Old version is still available from 1.x branch, with dedicated declared tag.