2017 © Pedro Peláez
 

library mixpanel-module

Zend Framework 2 Module that provides Mixpanel basic functionality

image

jitb/mixpanel-module

Zend Framework 2 Module that provides Mixpanel basic functionality

  • Tuesday, February 9, 2016
  • by Jack in the Box
  • Repository
  • 13 Watchers
  • 0 Stars
  • 6,241 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

MixpanelModule

Mixpanel module for zf2, (*1)

Installation

This package can be installed via composer, (*2)

https://packagist.org/packages/jitb/mixpanel-module, (*3)

see others at : https://packagist.org/users/Jack%20in%20the%20Box/, (*4)

Configuration

Just add it to your application configuration file, (*5)

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

The Versions

09/02 2016

dev-master

9999999-dev http://www.jack-in-the-box.fr/expertise/logiciel

Zend Framework 2 Module that provides Mixpanel basic functionality

  Sources   Download

MIT

The Requires

 

The Development Requires

zf2 module mixpanel