Skip to content
forked from tabuna/VestaAPI

Powerful API client hosting VestaCP for Laravel

License

Notifications You must be signed in to change notification settings

kitteam/vesta-api

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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();

About

Powerful API client hosting VestaCP for Laravel

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%