/mixel

Simple library for Mixpanel metric tracking.

Primary LanguagePHP

Mixel

Simple Mixpanel metric tracking library.

This library utilizes the Guzzle PHP library to perform HTTP requests.

Usage

$tracker = new Otwell\Mixel\Tracker('your-mixpanel-token');

$tracker->track('event-name', ['foo' => 'bar', 'baz' => 'boom']);