pipetower/pipetower-php-sdk

The PHP SDK for the Pipetower API

v1.1.0 2023-11-03 22:15 UTC

This package is auto-updated.

Last update: 2024-05-16 12:28:36 UTC


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