rexxars/mixpanel-php

Client for tracking events with Mixpanel Analytics

0.1.4 2013-03-21 13:12 UTC

This package is auto-updated.

Last update: 2024-03-29 02:23:08 UTC


README

PHP tracking library for Mixpanel Analytics.

Current build Status

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