elias/dutate-php

Dutate is analytic tool where you can merge events infinite ways using custom math functions.

Installs: 3

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Forks: 0

pkg:composer/elias/dutate-php

v1.0.0 2019-07-18 11:07 UTC

This package is auto-updated.

Last update: 2026-01-19 07:33:28 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");