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
Requires
- php: >=5
- mixpanel/mixpanel-php: 2.*
Requires (Dev)
This package is not auto-updated.
Last update: 2025-03-11 04:18:56 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 ), ), );