jitb/mixpanel-module

Zend Framework 2 Module that provides Mixpanel basic functionality

dev-master 2016-02-09 08:22 UTC

This package is not auto-updated.

Last update: 2024-04-23 00:22:31 UTC


README

Mixpanel module for zf2

Installation

This package can be installed via composer

https://packagist.org/packages/jitb/mixpanel-module

see others at : https://packagist.org/users/Jack%20in%20the%20Box/

Configuration

Just add it to your application configuration file

return array( 'mixpanel' => array( 'key' => 'yourtoken', 'consumer' => 'socket',// curl or socket ), ), );