Laravel version update
Laravel version update
This commit is contained in:
38
vendor/sly/notification-pusher/README.md
vendored
38
vendor/sly/notification-pusher/README.md
vendored
@@ -2,39 +2,60 @@
|
||||
|
||||
Standalone PHP library for easy devices message notifications push.
|
||||
|
||||
[](https://packagist.org/packages/sly/notification-pusher)
|
||||
[](https://packagist.org/packages/sly/notification-pusher)
|
||||
[](https://packagist.org/packages/sly/notification-pusher)
|
||||
[](https://packagist.org/packages/sly/notification-pusher)
|
||||
[](https://packagist.org/packages/sly/notification-pusher)
|
||||
[](http://travis-ci.org/Ph3nol/NotificationPusher)
|
||||
|
||||
[](https://insight.sensiolabs.com/projects/4f6f80c4-281a-4903-bf4c-1eb264995dbd)
|
||||
|
||||
**Feel free to contribute! Thanks.**
|
||||
|
||||
## Contributors
|
||||
|
||||
* [Cédric Dugat](https://github.com/Ph3nol) (Author / Lead developer)
|
||||
* [Oleg Abrazhaev](https://github.com/seyfer) (Lead developer)
|
||||
* [Community contributors](https://github.com/Ph3nol/NotificationPusher/graphs/contributors)
|
||||
|
||||
## Installation
|
||||
|
||||
```
|
||||
composer require sly/notification-pusher
|
||||
```
|
||||
|
||||
This repository uses PSR-0 autoload.
|
||||
After installation with [composer](https://getcomposer.org/download/) please adjust you autoloading config if needed
|
||||
or `include vendor/autoload.php` in your index.php.
|
||||
|
||||
## Requirements
|
||||
|
||||
* PHP 5.5+
|
||||
* PHP 5.6+
|
||||
* PHP Curl and OpenSSL modules
|
||||
* Specific adapters requirements (like APNS certificate, GCM API key, etc.)
|
||||
* 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)
|
||||
* GCM (Android) and FCM (Android)
|
||||
|
||||
## Documentation and examples
|
||||
|
||||
* [Installation](https://github.com/Ph3nol/NotificationPusher/blob/master/doc/installation.md)
|
||||
* [Getting started](https://github.com/Ph3nol/NotificationPusher/blob/master/doc/getting-started.md)
|
||||
* [APNS adapter](https://github.com/Ph3nol/NotificationPusher/blob/master/doc/apns-adapter.md)
|
||||
* [GCM adapter](https://github.com/Ph3nol/NotificationPusher/blob/master/doc/gcm-adapter.md)
|
||||
* [GCM (FCM) adapter](https://github.com/Ph3nol/NotificationPusher/blob/master/doc/gcm-fcm-adapter.md)
|
||||
* [Create an adapter](https://github.com/Ph3nol/NotificationPusher/blob/master/doc/create-an-adapter.md)
|
||||
* [Push from CLI](https://github.com/Ph3nol/NotificationPusher/blob/master/doc/push-from-cli.md)
|
||||
* [Facades](https://github.com/Ph3nol/NotificationPusher/blob/master/doc/facades.md)
|
||||
|
||||
## Todo
|
||||
|
||||
* Add new features (custom APNS payloads, GCM custom options, etc.)
|
||||
* 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
|
||||
* Write more documentation and examples!
|
||||
* Write more tests. (contributions are welcome!)
|
||||
|
||||
## 1.x users
|
||||
|
||||
@@ -42,4 +63,3 @@ Old version is still available from [1.x branch](https://github.com/Ph3nol/Notif
|
||||
|
||||
|
||||
[](https://bitdeli.com/free "Bitdeli Badge")
|
||||
|
||||
|
Reference in New Issue
Block a user