Skip to content

klauke-enterprises/lumaserv-api-php

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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();