Skip to content

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

Notifications You must be signed in to change notification settings

razorcreations/tanda-php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages