atanenl/portabase

PortaBase API Client

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

This package is not auto-updated.

Last update: 2025-02-01 20:37:11 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();