Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 245 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 245 Bytes

lumaserv-api-php

PHP Client for the LUMASERV API

Getting Started

composer require klauke-enterprises/lumaserv-api-php

Usage

use LUMASERV;

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