elias / dutate-php
Dutate is analytic tool where you can merge events infinite ways using custom math functions.
v1.0.0
2019-07-18 11:07 UTC
This package is auto-updated.
Last update: 2025-06-19 06:22:22 UTC
README
This library provides easy way to track your events to Dutate. It is simple to use and fully asyncronous.
Installation
composer require elias/dutate-php
Quick Start
require_once './vendor/autoload.php'
$dutate = new \Dutate\dutate("<your-token>");
$dutate->track("event name");