Skip to content

Simple library for Mixpanel metric tracking.

Notifications You must be signed in to change notification settings

chadtomkiss/mixel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

00becab · Jun 5, 2013

History

3 Commits
Jun 5, 2013
Jun 5, 2013
Jun 5, 2013
Jun 5, 2013
Jun 5, 2013
Jun 5, 2013
Jun 5, 2013

Repository files navigation

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

About

Simple library for Mixpanel metric tracking.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages