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
- Host: GitHub
- URL: https://github.com/loadlab/php
- Owner: loadlab
- License: mit
- Created: 2018-09-06T00:50:52.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-09-17T04:50:22.000Z (over 7 years ago)
- Last Synced: 2025-01-22T05:41:13.742Z (about 1 year ago)
- Topics: http, performance, performance-testing, php, php-sdk, rest-client
- Language: PHP
- Size: 12.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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');
```