Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork272
Standalone PHP library for easy devices notifications push.
License
Ph3nol/NotificationPusher
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
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
composer require sly/notification-pusher
This repository uses PSR-0 autoload.After installation withcomposer please adjust you autoloading config if neededorinclude 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.)
WARNING Versionv3.0
would support only php 7.0+. Please, update your composer config if needed.
- APNS (Apple)
- GCM (Android) and 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 from1.x branch, with dedicated declared tag.
About
Standalone PHP library for easy devices notifications push.
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Sponsor this project
Uh oh!
There was an error while loading.Please reload this page.
Packages0
Uh oh!
There was an error while loading.Please reload this page.