Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/rexxars/mixpanel-php
- Owner: rexxars
- License: other
- Created: 2013-03-03T15:44:27.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-03-21T13:13:00.000Z (over 11 years ago)
- Last Synced: 2024-10-11T07:13:26.452Z (about 1 month ago)
- Language: PHP
- Size: 270 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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