This repository was archived by the owner on Mar 3, 2025. It is now read-only.
Releases: x-sunsetted-Datatrics/php-api
Releases · x-sunsetted-Datatrics/php-api
Release list
SDK version 2.0.5
SDK version 2.0.4
SDK version 2.0.3
SDK version 2.0.2
Fix HTTP delete request, including payload
SDK version 2.0.1
Version 1.03
Url must always contains projectid and apikey
Version 1.02
Added url getters and setters
Usage:
$api->setUrl("http://api.datatrics.com");
$api->getUrl();
Version 1.01
Added default project id option.
Usage:
$api->setProjectId("123456");
$api->getProjectId();