A simple wrapper for the BYTE API that requires PHP >= 7.0.
- PHP >= 7.0 with cURL extension,
The recommended way is using composer:
$ composer require nybbl/byte
use Nybbl\Byte;
$client = new Byte\Client('<my token>');
$response = $client->api('license')->verify('<license code>');
- Official API documentation.
Feel free to make any comments, file issues or make pull requests.