A PHP client library that provides a native interface to the ThinkOut REST API.
The recommended way is using Composer. If you don’t have Composer installed, follow the install instructions.
Once Composer is installed, execute the following command in your project root to install this library:
composer require balazscsaba2006/thinkout-client
Finally, include the autoloader to your project:
require __DIR__ . '/vendor/autoload.php';
use ThinkOut\Client;
$client = new Client('username', 'password');
👉 LICENSE
The project is not created by, affiliated with, or supported by ThinkOut.