Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 158 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 158 Bytes

lumaserv-api-php

PHP Client for the LUMASERV API

Usage

use LUMASERV;

$client = new CoreClient("YOUR_API_TOKEN");
$res = $client->getServers();