Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 306 Bytes

readme.md

File metadata and controls

13 lines (8 loc) · 306 Bytes

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']);