Skip to content

D4ve-R/lambdalabs-php

Repository files navigation

Lambda Labs Cloud API Client

Latest Version on Packagist Tests Total Downloads

This package provides a simple PHP client for the Lambda Labs Cloud API.

Installation

You can install the package via composer:

composer require d4ver/lambdalabs-php

Usage

$client = new D4veR\LambdaLabs\LambdaLabs('YOUR_API_KEY');
$ids = $client->launch();

echo $client->info($ids[0]);
echo $client->running();

$client->terminate($ids);

Testing

composer test

Changelog

Please see CHANGELOG for more information on what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security Vulnerabilities

Please review our security policy on how to report security vulnerabilities.

Credits

License

The MIT License (MIT). Please see License File for more information.

About

Lambda Labs Cloud API Client in PHP

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

Packages

 
 
 

Contributors

Languages