razorcreations/tanda-php

v0.1.1 2019-11-07 07:23 UTC

README

Latest Stable Version Total Downloads License

This library uses GuzzleHttp to make API request to the Tanda API.

🚧 Please note this is very much a work in progress... 🚧

Installation

  1. composer require "razorcreations/tanda-php"

Example

<?php

$token = 'yourSecretTokenHere';

$tanda = new \RazorCreations\Tanda\APIClient($token);

$users = $tanda->getAllUsers();

Tanda API Documentation

https://my.tanda.co/api/v2/documentation#top