keen-io/keen-io-zf2

Zend Framework 2 module for using KeenIO

Maintainers

👁 bakura10

Package info

github.com/keenlabs/KeenClient-PHP-ZF2

pkg:composer/keen-io/keen-io-zf2

Statistics

Installs: 531

Dependents: 0

Suggesters: 0

Stars: 4

Open Issues: 1

2.0.0 2014-01-02 20:36 UTC

Requires (Dev)

Suggests

None

Provides

None

Conflicts

None

Replaces

None

MIT cbf7a58cd7291c32997c482979e85d946efaa290

zf2analyticseventskeen.iokeen

This package is not auto-updated.

Last update: 2026-06-30 08:47:16 UTC


README

KeenIOModule is a Zend Framework 2 module that integrates with the KeenIO client

Installation

To install KeenIOModule, use composer:

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!).

Usage

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

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