PHPackages                             jaam/mixpanel-data-export-api - 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. [API Development](/categories/api)
4. /
5. jaam/mixpanel-data-export-api

ActiveLibrary[API Development](/categories/api)

jaam/mixpanel-data-export-api
=============================

Wrapper for the Mixpanel Data Export API.

v0.1.3(7y ago)248.7k1MITPHPPHP &gt;=5.4.0

Since Dec 20Pushed 7y ago1 watchersCompare

[ Source](https://github.com/letsjaam/mixpanel-data-export-api)[ Packagist](https://packagist.org/packages/jaam/mixpanel-data-export-api)[ Docs](https://github.com/letsjaam/mixpanel-data-export-api)[ RSS](/packages/jaam-mixpanel-data-export-api/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (3)Versions (5)Used By (0)

Mixpanel Data Export API
========================

[](#mixpanel-data-export-api)

This library wraps the [Mixpanel Data Export API](https://mixpanel.com/help/reference/data-export-api) for PHP.

To track events and update profiles please see the official [Mixpanel PHP Library](https://github.com/mixpanel/mixpanel-php).

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

[](#installation)

```
composer require jaam/mixpanel-data-export-api
```

Usage
-----

[](#usage)

The `Jaam\Mixpanel\DataExportApi` class includes two public methods - `data` and `export` - one for each of the Data Export APIs.

Full documentation of every endpoint, their parameters and responses can be found in the [Mixpanel Data Export API documentation](https://mixpanel.com/help/reference/data-export-api).

#### Setup

[](#setup)

```
