Download the PHP package woenel/laravesta without Composer
On this page you can find all versions of the php package woenel/laravesta. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package laravesta
Laravesta
VestaCP API for Laravel.
Installation
Install using Composer
Publish the config file named laravesta.php
so you can set the hostname, username, password and other configuration.
Usage
Create User Account
getCode()
returns code instead of data.
See https://vestacp.com/docs/api/#return_codes for returned code meaning.
List User Account
If the command (like v-list-user
) is expected to return data aside from code, you can use getData()
to get it.
For more commands (like v-add-user
and v-list-user
), visit VestaCP CLI Documentation at https://vestacp.com/docs/cli/.
All versions of laravesta with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.0.0
guzzlehttp/guzzle Version ^6.3
laravel/framework Version 5.5.* || 5.6.*
guzzlehttp/guzzle Version ^6.3
laravel/framework Version 5.5.* || 5.6.*
The package woenel/laravesta contains the following files
Loading the files please wait ....