atanenl/portabase

PortaBase API Client

Installs: 471

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 1

Open Issues: 0

pkg:composer/atanenl/portabase

v1.1 2016-07-05 10:31 UTC

This package is not auto-updated.

Last update: 2025-10-12 00:41:42 UTC


README

PortaBase API Client

Usage

// Create client
$client = new \AtaneNL\PortaBase\Client('yourhost.portabase.nl', 'yourApiKey');

// Fetch host parents information
$hosts = $client->getHosts();

// Fetch managers
$managers = $client->getManagers();