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

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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