/thinkout-client

A PHP client library that provides a native interface to the ThinkOut REST API.

Primary LanguagePHPMIT LicenseMIT

PHP Client for ThinkOut

A PHP client library that provides a native interface to the ThinkOut REST API.

Requirements

Installation

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';

Usage

use ThinkOut\Client;

$client = new Client('username', 'password');

License

👉 LICENSE

Disclaimer

The project is not created by, affiliated with, or supported by ThinkOut.