The LibreSpeed SDK SDK provides an expressive interface for interacting with Forge's API and managing Laravel Forge servers.
To install the SDK in your project you need to require the package via composer:
composer require larva/librespeed-sdk
You can create an instance of the SDK like so:
$libreSpeed = new LibreSpeed\LibreSpeed(TOKEN_HERE);
Using the LibreSpeed
instance you may perform multiple actions as well as retrieve the different resources LibreSpeed's API provides:
$servers = $libreSpeed->servers();
Larva Forge SDK is open-sourced software licensed under the MIT license.