atanenl/portabase

PortaBase API 客户端

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

This package is not auto-updated.

Last update: 2024-09-14 18:42:17 UTC


README

PortaBase API 客户端

用法

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

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

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