This is where your description should go. Try and limit it to a paragraph or two, and maybe throw in a mention of what PSRs you support to avoid any confusion with users and contributors.
Via Composer
$ composer require cohesive/sdk
$sdk = new cohesive\sdk\CohesiveSDK(
'https://example.com',
'api_key',
'app_id',
'app_secret'
);
echo $sdk->validateToken($token);
$ phpunit
Please see CONTRIBUTING for details.
The MIT License (MIT). Please see License File for more information.