jitb / mixpanel-module
Zend Framework 2 Module that provides Mixpanel basic functionality
dev-master
2016-02-09 08:22 UTC
Requires
- php: >=5
- mixpanel/mixpanel-php: 2.*
Requires (Dev)
This package is not auto-updated.
Last update: 2026-03-10 09:17:03 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 ), ), );