承接 nexon/zendservice-apple-apns 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

nexon/zendservice-apple-apns

Composer 安装命令:

composer require nexon/zendservice-apple-apns

包简介

OOP Zend Framework 2 wrapper for Apple Push Notification Service - fixed for accent

README 文档

README

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/.

  1. Install composer

     curl -s https://getcomposer.org/installer | php
    
  2. Add the package to your application's composer.json.

     {
         ...
         "require": {
             "zendframework/zendservice-apple-apns": "1.*"
         },
         ...
     }
    
  3. Run php composer install.

  4. If you haven't already, add the Composer autoload to your project's initialization file.

     require 'vendor/autoload.php';
    

统计信息

  • 总下载量: 54
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 1
  • 依赖项目数: 1
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 1
  • Forks: 63
  • 开发语言: PHP

其他信息

  • 授权协议: BSD-3-Clause
  • 更新时间: 2013-12-11