Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rexxars/mixpanel-php

PHP tracking library for Mixpanel Analytics
https://github.com/rexxars/mixpanel-php

Last synced: 16 days ago
JSON representation

PHP tracking library for Mixpanel Analytics

Awesome Lists containing this project

README

        

# mixpanel-php
PHP tracking library for [Mixpanel Analytics](https://mixpanel.com/).

[![Current build Status](https://secure.travis-ci.org/rexxars/mixpanel-php.png)](http://travis-ci.org/rexxars/mixpanel-php)

## Requirements
mixpanel-php requires a [PSR-0](http://groups.google.com/group/php-standards) compatible autoloader and only works on [PHP-5.3](http://php.net/) or above.

## Installation
mixpanel-php can be installed with [Composer](http://getcomposer.org/) 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 []
```

## 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