This library utilizes the Guzzle PHP library to perform HTTP requests.
$tracker = new Otwell\Mixel\Tracker('your-mixpanel-token');
$tracker->track('event-name', ['foo' => 'bar', 'baz' => 'boom']);
| Name | Name | Last commit date | ||
|---|---|---|---|---|
This library utilizes the Guzzle PHP library to perform HTTP requests.
$tracker = new Otwell\Mixel\Tracker('your-mixpanel-token');
$tracker->track('event-name', ['foo' => 'bar', 'baz' => 'boom']);