atanenl/portabase

PortaBase API Client

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

This package is not auto-updated.

Last update: 2024-03-16 16:15:24 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();