PHPackages                             keyteqlabs/li3\_mixpanel - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. keyteqlabs/li3\_mixpanel

ActiveLithium-library[Utility &amp; Helpers](/categories/utility)

keyteqlabs/li3\_mixpanel
========================

Lithium Mixpanel integration

v1.0(13y ago)027MITPHPPHP &gt;=5.3.2

Since Mar 6Pushed 13y ago4 watchersCompare

[ Source](https://github.com/keyteqlabs/li3_mixpanel)[ Packagist](https://packagist.org/packages/keyteqlabs/li3_mixpanel)[ RSS](/packages/keyteqlabs-li3-mixpanel/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependencies (2)Versions (1)Used By (0)

li3\_mixpanel
=============

[](#li3_mixpanel)

Lithium library for sending statistical data to [Mixpanel](https://mixpanel.com).

Installation
------------

[](#installation)

### Composer

[](#composer)

```
{
  "require" : {
    "KeyteqLabs/li3_mixpanel" : "*"
  }
}
```

```
composer.phar install

```

### Submodule

[](#submodule)

Add a submodule to your li3 libraries:

```
git submodule add git@github.com:KeyteqLabs/li3_mixpanel.git libraries/li3_mixpanel

```

### Activate it

[](#activate-it)

Add this to your app (config/bootstrap/libraries.php):

```
