pipetower / pipetower-php-sdk
The PHP SDK for the Pipetower API
v1.1.0
2023-11-03 22:15 UTC
Requires
- php: ^8.1
- guzzlehttp/guzzle: ^7.8
Requires (Dev)
- phpunit/phpunit: ^10.4
- symfony/var-dumper: ^6.3
README
The PHP SDK for the Pipetower API
Pipetower API Docs
Installation
composer require pipetower/pipetower-php-sdk
Usage
$pt = new \Pipetower\PhpSdk\Pipetower('api-token'); $account = $pt->account->info();