pipetower / pipetower-php-sdk
The PHP SDK for the Pipetower API
Installs: 6
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/pipetower/pipetower-php-sdk
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();