Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 277 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 277 Bytes

pipetower-php-sdk

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();