Powerful API client hosting VestaCP for Laravel
Going your project directory on shell and run this command:
$ composer require tabuna/vesta-apiPublication
php artisan vendor:publish --provider="VestaAPI\Providers\VestaServiceProvider"Generate api key
bash /usr/local/vesta/bin/v-generate-api-keySimple usage
use VestaAPI\Facades\Vesta;
$backups = Vesta::server('testVDS')->setUserName('MyUserName')->listUserBackups();