PHPackages                             jlinn/mixguzzle - 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. [HTTP &amp; Networking](/categories/http)
4. /
5. jlinn/mixguzzle

ActiveLibrary[HTTP &amp; Networking](/categories/http)

jlinn/mixguzzle
===============

A PHP client library for Mixpanel's data export API using Guzzle

516.4k2[1 issues](https://github.com/jlinn/mixguzzle/issues)PHP

Since Apr 11Pushed 10y ago3 watchersCompare

[ Source](https://github.com/jlinn/mixguzzle)[ Packagist](https://packagist.org/packages/jlinn/mixguzzle)[ RSS](/packages/jlinn-mixguzzle/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

MixGuzzle, a PHP [Mixpanel](http://mixpanel.com) data export API client using [Guzzle](https://github.com/guzzle/guzzle)
========================================================================================================================

[](#mixguzzle-a-php-mixpanel-data-export-api-client-using-guzzle)

Operations are named based on their request URIs as outlined in Mixpanel's [API documentation](https://mixpanel.com/docs/api-documentation/data-export-api).

```
//example client instantiation and API call
$client = MixGuzzle\MixGuzzleClient::factory(array(
    'api_key' => 'your_api_key',
    'api_secret' => 'your_api_secret'
));
$command = $client->getCommand('events', array(
    'event' => array('Homepage Visit'),
    'type' => 'unique',
    'unit' => 'day',
    'interval' => 10
));
$response = $client->execute($command);
```

### Installing via [Composer](http://getcomposer.org):

[](#installing-via-composer)

```
# Install Composer
curl -sS https://getcomposer.org/installer | php

# Add MixGuzzle as a dependency
php composer.phar require jlinn/mixguzzle
```

After installing, you need to require Composer's autoloader:

```
require 'vendor/autoload.php';
```

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance16

Infrequent updates — may be unmaintained

Popularity27

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor2

2 contributors hold 50%+ of commits

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://www.gravatar.com/avatar/2254b2664ffc343c45b480067d473c9c5912b41452420efe677adc2e75db3621?d=identicon)[jlinn](/maintainers/jlinn)

---

Top Contributors

[![gacek85](https://avatars.githubusercontent.com/u/5374460?v=4)](https://github.com/gacek85 "gacek85 (3 commits)")[![jlinn](https://avatars.githubusercontent.com/u/4562038?v=4)](https://github.com/jlinn "jlinn (3 commits)")[![chuprik](https://avatars.githubusercontent.com/u/802946?v=4)](https://github.com/chuprik "chuprik (1 commits)")

### Embed Badge

![Health badge](/badges/jlinn-mixguzzle/health.svg)

```
[![Health](https://phpackages.com/badges/jlinn-mixguzzle/health.svg)](https://phpackages.com/packages/jlinn-mixguzzle)
```

###  Alternatives

[friendsofsymfony/rest-bundle

This Bundle provides various tools to rapidly develop RESTful API's with Symfony

2.8k73.3M319](/packages/friendsofsymfony-rest-bundle)[php-http/discovery

Finds and installs PSR-7, PSR-17, PSR-18 and HTTPlug implementations

1.3k309.5M1.2k](/packages/php-http-discovery)[nyholm/psr7

A fast PHP7 implementation of PSR-7

1.3k235.4M2.4k](/packages/nyholm-psr7)[pusher/pusher-php-server

Library for interacting with the Pusher REST API

1.5k94.8M293](/packages/pusher-pusher-php-server)[spatie/crawler

Crawl all internal links found on a website

2.8k16.3M52](/packages/spatie-crawler)[react/http

Event-driven, streaming HTTP client and server implementation for ReactPHP

78126.4M414](/packages/react-http)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
