Skip to content

Latest commit

 

History

History
29 lines (15 loc) · 856 Bytes

README.md

File metadata and controls

29 lines (15 loc) · 856 Bytes

Tanda API PHP Library

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