PHP SDK for Shellrent API
composer require shellrent/shellrent-api-sdk
$api = new Shellrent\Api\ShellrentAPI($username, $token);
$api->purchases();purchases()services()
Copy .env.example into .env and fill in your API details. Then run the test suite with:
vendor/bin/phpunit