Skip to content

shellrent/shellrent-api-sdk-php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PHP SDK for the Shellrent APIs

PHP SDK for Shellrent API

Installation

composer require shellrent/shellrent-api-sdk

Usage

$api = new Shellrent\Api\ShellrentAPI($username, $token);
$api->purchases();

Methods

  • purchases()
  • services()

Testing

Copy .env.example into .env and fill in your API details. Then run the test suite with:

vendor/bin/phpunit

Releases

No releases published

Packages

No packages published