2017 © Pedro PelĆ”ez
 

library keen-io-zf2

Zend Framework 2 module for using KeenIO

image

keen-io/keen-io-zf2

Zend Framework 2 module for using KeenIO

  • Thursday, January 2, 2014
  • by bakura10
  • Repository
  • 8 Watchers
  • 4 Stars
  • 517 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

KeenIOModule

KeenIOModule is a Zend Framework 2 module that integrates with the KeenIO client, (*1)

Installation

To install KeenIOModule, use composer:, (*2)

php composer.phar require keen-io/keen-io-zf2:~2.0

Enable KeenIOModule in your application.config.php, then copy the file vendor/keen-io/keen-io-zf2/config/keen_io.local.php.dist to the config/autoload directory of your application (don't forget to remove the .dist extension from the file name!)., (*3)

Usage

This module registers the KeenIO client in your application's service manager. You can get it by requesting the service KeenIO\Client\KeenIOClient:, (*4)

$keenIOClient = $serviceManager->get('KeenIO\Client\KeenIOClient');

For more information on the usage of KeenIO, please refer to the documentation of the PHP client and the main keen.io documentation., (*5)

The Versions

02/01 2014

dev-master

9999999-dev https://github.com/keenlabs/KeenClient-PHP-ZF2

Zend Framework 2 module for using KeenIO

  Sources   Download

MIT

The Requires

 

The Development Requires

analytics events zf2 keen.io keen

02/01 2014
09/12 2013