lumaserv/lumaserv-api-php

PHP Client for the LUMASERV API

Installs: 7

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 1

Open Issues: 0

pkg:composer/lumaserv/lumaserv-api-php

dev-master 2023-02-21 09:17 UTC

This package is auto-updated.

Last update: 2025-09-21 14:34:15 UTC


README

PHP Client for the LUMASERV API

Usage

use LUMASERV;

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