Skip to content

loadlab/php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LoadLab PHP

PHP Client for the LoadLab REST API

Notes

This library is currently WIP.

Getting Started

$ composer require loadlab/php

Usage

use \PHP\LoadLab;

$LoadLab = new LoadLab('<api token>');

$LoadLab.get('jobs');