Download the PHP package nexon/zendservice-apple-apns without Composer
On this page you can find all versions of the php package nexon/zendservice-apple-apns. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download nexon/zendservice-apple-apns
More information about nexon/zendservice-apple-apns
Files in nexon/zendservice-apple-apns
Download nexon/zendservice-apple-apns
More information about nexon/zendservice-apple-apns
Files in nexon/zendservice-apple-apns
Vendor nexon
Package zendservice-apple-apns
Short Description OOP Zend Framework 2 wrapper for Apple Push Notification Service
License BSD-3-Clause
Homepage http://packages.zendframework.com/
Package zendservice-apple-apns
Short Description OOP Zend Framework 2 wrapper for Apple Push Notification Service
License BSD-3-Clause
Homepage http://packages.zendframework.com/
Please rate this library. Is it a good library?
Informations about the package zendservice-apple-apns
ZendService\Apple\Apns 
Provides support for Apple push notifications.
Requirements
- PHP >= 5.3.3
Getting Started
The easiest way to work with this package is when it's installed as a Composer package inside your project. Composer isn't strictly required, but makes life a lot easier.
If you're not familiar with Composer, please see http://getcomposer.org/.
-
Install composer
curl -s https://getcomposer.org/installer | php -
Add the package to your application's composer.json.
{ ... "require": { "zendframework/zendservice-apple-apns": "1.*" }, ... } -
Run
php composer install. -
If you haven't already, add the Composer autoload to your project's initialization file.
require 'vendor/autoload.php';
All versions of zendservice-apple-apns with dependencies
PHP Build Version
Package Version
The package nexon/zendservice-apple-apns contains the following files
Loading the files please wait ...