An open API service indexing awesome lists of open source software.

https://github.com/loadlab/php

PHP Client for LoadLab
https://github.com/loadlab/php

http performance performance-testing php php-sdk rest-client

Last synced: about 1 year ago
JSON representation

PHP Client for LoadLab

Awesome Lists containing this project

README

          

# LoadLab PHP
PHP Client for the LoadLab REST API

## Notes

This library is currently WIP.

## Getting Started

$ composer require loadlab/php

## Usage

```php
use \PHP\LoadLab;

$LoadLab = new LoadLab('');

$LoadLab.get('jobs');

```