razorcreations / tanda-php
v0.1.1
2019-11-07 07:23 UTC
Requires
- guzzlehttp/guzzle: ~6.0
This package is auto-updated.
Last update: 2024-11-19 22:58:04 UTC
README
This library uses GuzzleHttp to make API request to the Tanda API.
🚧 Please note this is very much a work in progress... 🚧
Installation
composer require "razorcreations/tanda-php"
Example
<?php $token = 'yourSecretTokenHere'; $tanda = new \RazorCreations\Tanda\APIClient($token); $users = $tanda->getAllUsers();