stereoflo/vesta-manage

VestaCP client for Laravel

Installs: 14

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 1

pkg:composer/stereoflo/vesta-manage

v0.1.2 2017-12-03 18:57 UTC

This package is auto-updated.

Last update: 2025-09-18 06:06:41 UTC


README

Via Composer

Going your project directory on shell and run this command:

$ composer require stereoflo/vesta-manage

Publication

php artisan vendor:publish

Then select a needed option from list

Generate api key on a server

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

Or you can get existing keys

ls -l /usr/local/vesta/data/keys/

Usage

Simple usage

use VestaManage\Facades\Vesta;

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