rexxars / mixpanel-php
Client for tracking events with Mixpanel Analytics
Installs: 1 553
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 2
Forks: 0
Open Issues: 3
Requires
- php: >=5.3.0
- ext-json: *
Requires (Dev)
- phpunit/phpunit: 3.7.*
README
PHP tracking library for Mixpanel Analytics.
Requirements
mixpanel-php requires a PSR-0 compatible autoloader and only works on PHP-5.3 or above.
Installation
mixpanel-php can be installed with Composer by specifying rexxars/mixpanel-php
in your dependencies, or by running the following commands:
curl -s https://getcomposer.org/installer | php
php composer.phar create-project rexxars/mixpanel-php [<dir>]
Stability
Not quite production ready - needs some more testing. If you use it and it seems to be working, give me some feedback :-)
Usage
To be documented