Skip to content

Powerful API client hosting VestaCP for Laravel

License

Notifications You must be signed in to change notification settings

RohanSakhale/VestaAPI

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VestaCP API

Forked from - github-tabuna/VestaAPI

Powerful API client hosting VestaCP for Laravel

Installation

Via Composer

Going your project directory on shell and run this command:

$ composer require saiashirwadinformatia/vesta-cp-api

Publication

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

Generate new API key

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

List Existing API Key's

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

Usage

Simple usage

use VestaCP\Facades\Vesta;

$backups = Vesta::server('default')->listUserBackups();
$accounts = Vesta::server('default')->listUserAccount();

LICENSE

GPL-3.0

About

Powerful API client hosting VestaCP for Laravel

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%