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

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

This package is auto-updated.

Last update: 2026-01-16 15:54:10 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();