An open API service indexing awesome lists of open source software.

https://github.com/stereoflo/vesta-manage

manager for vesta api
https://github.com/stereoflo/vesta-manage

Last synced: about 1 month ago
JSON representation

manager for vesta api

Awesome Lists containing this project

README

          

## Installation

#### Via Composer

Going your project directory on shell and run this command:

```sh
$ composer require stereoflo/vesta-manage
```

Publication
```php
php artisan vendor:publish
```
Then select a needed option from list

Generate api key on a server

```bash
bash /usr/local/vesta/bin/v-generate-api-key
```
Or you can get existing keys

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

## Usage


Simple usage
```php
use VestaManage\Facades\Vesta;

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