Download the PHP package sly/notification-pusher without Composer
On this page you can find all versions of the php package sly/notification-pusher. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package notification-pusher
NotificationPusher
Standalone PHP library for easy devices message notifications push.
Feel free to contribute! Thanks.
Contributors
- Cédric Dugat (Author / Lead developer)
- Oleg Abrazhaev (Lead developer)
- Community contributors
Installation
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.
All versions of notification-pusher with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.6
ext-ctype Version *
symfony/options-resolver Version >=2.3,<5
symfony/console Version >=2.3,<5
symfony/process Version >=2.3,<5
zendframework/zendservice-apple-apns Version ~1.4
zendframework/zendservice-google-gcm Version ~2.1
zendframework/zend-validator Version ^2.12
doctrine/inflector Version ~1.1
symfony/filesystem Version >=2.3,<5
symfony/debug Version >=2.3,<5
ext-ctype Version *
symfony/options-resolver Version >=2.3,<5
symfony/console Version >=2.3,<5
symfony/process Version >=2.3,<5
zendframework/zendservice-apple-apns Version ~1.4
zendframework/zendservice-google-gcm Version ~2.1
zendframework/zend-validator Version ^2.12
doctrine/inflector Version ~1.1
symfony/filesystem Version >=2.3,<5
symfony/debug Version >=2.3,<5
The package sly/notification-pusher contains the following files
Loading the files please wait ....