2017 © Pedro PelĆ”ez
 

library zfr-pusher-module

Zend Framework 2 module for interacting with the Pusher REST API, built on top of ZfrPusher

image

zfr/zfr-pusher-module

Zend Framework 2 module for interacting with the Pusher REST API, built on top of ZfrPusher

  • Monday, July 1, 2013
  • by bakura10
  • Repository
  • 2 Watchers
  • 6 Stars
  • 1,789 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 1 Open issues
  • 2 Versions
  • 1 % Grown

The README.md

ZfrPusherModule

Build Status Latest Stable Version, (*1)

Introduction

ZfrPusherModule is a Zend Framework 2 module that integrates with ZfrPusher, (*2)

Requirements

Installation

Add "zfr/zfr-pusher-module" to your composer.json file and update your dependencies:, (*3)

{
    "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!)., (*4)

Usage

The module registers the PusherClient and PusherService to the ZF 2 service manager. You can therefore get them like this:, (*5)

// 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., (*6)

The Versions

01/07 2013

dev-master

9999999-dev https://github.com/zf-fr/zfr-pusher-module

Zend Framework 2 module for interacting with the Pusher REST API, built on top of ZfrPusher

  Sources   Download

MIT

The Requires

 

The Development Requires

rest events zf2 pusher publish trigger real time

21/05 2013

1.0.0

1.0.0.0 https://github.com/zf-fr/zfr-pusher-module

Zend Framework 2 module for interacting with the Pusher REST API, built on top of ZfrPusher

  Sources   Download

MIT

The Requires

 

The Development Requires

rest events zf2 pusher publish trigger real time