zfr/zfr-pusher-module
Composer 安装命令:
composer require zfr/zfr-pusher-module
包简介
Zend Framework 2 module for interacting with the Pusher REST API, built on top of ZfrPusher
README 文档
README
Introduction
ZfrPusherModule is a Zend Framework 2 module that integrates with ZfrPusher
Requirements
- PHP 5.3
- Zend Framework 2
- ZfrPusher
Installation
Add "zfr/zfr-pusher-module" to your composer.json file and update your dependencies:
{
"require": {
"zfr/zfr-pusher-module": "1.*"
}
}
Enable ZfrPusherModule in your application.config.php, then copy-paste the file zfr_pusher.local.php.dist (that
you can find in the config folder of the module) to your autoload folder (don't forget to remove the .dist at
the end!).
Usage
The module registers the PusherClient and PusherService to the ZF 2 service manager. You can therefore get them like this:
// If you want to client: $pusherClient = $serviceManager->get('ZfrPusher\Client\PusherClient'); // If you want the service: $pusherService = $serviceManager->get('ZfrPusher\Service\PusherService');
For more information, please refer to the documentation of ZfrPusher to how to use them.
统计信息
- 总下载量: 1.99k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 4
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2013-05-21