23 lines
592 B
Markdown
23 lines
592 B
Markdown
ZendService\Apple\Apns [](https://travis-ci.org/zendframework/ZendService_Apple_Apns)
|
|
================================
|
|
|
|
Provides support for Apple push notifications.
|
|
|
|
|
|
## Requirements ##
|
|
|
|
* PHP >= 5.3.3
|
|
|
|
## Getting Started ##
|
|
|
|
Install this library using [Composer](http://getcomposer.org/):
|
|
|
|
```bash
|
|
$ composer require zendframework/zendservice-apple-apns
|
|
```
|
|
|
|
## Documentation ##
|
|
|
|
The documentation can be found at: http://framework.zend.com/manual/current/en/modules/zendservice.apple.apns.html
|
|
|