kitteam/vesta-api

VestaCP client for Laravel

Installs: 22

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 15

Open Issues: 0

pkg:composer/kitteam/vesta-api

1.0.2 2021-11-23 13:37 UTC

This package is auto-updated.

Last update: 2025-09-23 21:54:28 UTC


README

Powerful API client hosting VestaCP for Laravel

Installation

Via Composer

Going your project directory on shell and run this command:

$ composer require balkonhost/vesta-api

Publication

php artisan vendor:publish --provider="VestaAPI\Providers\VestaServiceProvider"

Generate api key

bash /usr/local/vesta/bin/v-generate-api-key

Usage

Simple usage

use VestaAPI\Facades\Vesta;

$backups = Vesta::server('testVDS')->setUserName('MyUserName')->listUserBackups();