jitb/mixpanel-module

Zend Framework 2 Module that provides Mixpanel basic functionality

Installs: 6 245

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 12

Forks: 0

Open Issues: 0

pkg:composer/jitb/mixpanel-module

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

This package is not auto-updated.

Last update: 2025-09-23 07:06:51 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 ), ), );