This package provides a simple PHP client for the Lambda Labs Cloud API.
You can install the package via composer:
composer require d4ver/lambdalabs-php$client = new D4veR\LambdaLabs\LambdaLabs('YOUR_API_KEY');
$ids = $client->launch();
echo $client->info($ids[0]);
echo $client->running();
$client->terminate($ids);composer testPlease see CHANGELOG for more information on what has changed recently.
Please see CONTRIBUTING for details.
Please review our security policy on how to report security vulnerabilities.
The MIT License (MIT). Please see License File for more information.