PHPackages                             diagvn/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. [Framework](/categories/framework)
4. /
5. diagvn/mixpanel

AbandonedLibrary[Framework](/categories/framework)

diagvn/mixpanel
===============

Mix Panel vendor custom by Diag

1.5.4(3y ago)030.4kMITPHPPHP ^7.2.5 || ^8.0

Since May 27Pushed 3y agoCompare

[ Source](https://github.com/DiagVN/mixpanel)[ Packagist](https://packagist.org/packages/diagvn/mixpanel)[ RSS](/packages/diagvn-mixpanel/feed)WikiDiscussions master Synced 6d ago

READMEChangelog (10)Dependencies (5)Versions (19)Used By (0)

Mixpanel PHP Library [![Build Status](https://camo.githubusercontent.com/cbf6a0f8f2290abb0b4a559a0752e17f877a3145326f210559ae90847d0733af/68747470733a2f2f7472617669732d63692e6f72672f6d697870616e656c2f6d697870616e656c2d7068702e737667)](https://travis-ci.org/github/diagvn/mixpanel-php)
============================================================================================================================================================================================================================================================================================

[](#mixpanel-php-library-)

This library provides an API to track events and update profiles on Mixpanel.

Install with Composer
---------------------

[](#install-with-composer)

Add diagvn/mixpanel as a dependency and run composer update

```
"require": {
    ...
    "diagvn/mixpanel" : "1.*"
    ...
}
```

Now you can start tracking events and people:

```
