Skip to content

loadlab/php

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