Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 252 Bytes

README.md

File metadata and controls

23 lines (12 loc) · 252 Bytes

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