PHPackages                             woenel/laravesta - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. woenel/laravesta

AbandonedArchivedLibrary[API Development](/categories/api)

woenel/laravesta
================

VestaCP API for Laravel.

v0.3.0(7y ago)2121MITPHPPHP &gt;=7.0.0

Since May 18Pushed 7y ago2 watchersCompare

[ Source](https://github.com/woenel/laravesta)[ Packagist](https://packagist.org/packages/woenel/laravesta)[ RSS](/packages/woenel-laravesta/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (2)Dependencies (2)Versions (3)Used By (0)

Laravesta
=========

[](#laravesta)

VestaCP API for Laravel.

[![Packagist](https://camo.githubusercontent.com/a4b7a1d8377c4252b62962b12857454a352b488c7f58770dcbcadcffaf57247b/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f646f637472696e652f6f726d2e737667)](https://camo.githubusercontent.com/a4b7a1d8377c4252b62962b12857454a352b488c7f58770dcbcadcffaf57247b/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f646f637472696e652f6f726d2e737667)

Installation
------------

[](#installation)

Install using Composer

```
$ composer require woenel/laravesta "^0.3"

```

Publish the config file named `laravesta.php` so you can set the hostname, username, password and other configuration.

```
$ php artisan vendor:publish --provider="Woenel\Laravesta\LaravestaServiceProvider"

```

Usage
-----

[](#usage)

#### Create User Account

[](#create-user-account)

```
use Laravesta;

$res = Laravesta::execute('v-add-user', [
    'arg1' => 'user01',             // username
    'arg2' => 'p@ssw0rd',           // password
    'arg3' => 'user01@example.com', // email
    'arg4' => 'default',            // package
    'arg5' => 'Ronnel',             // first name
    'arg6' => 'Martinez'            // last name
]);

if($res->getCode() == 0) {
    return "User account has been successfuly created";
}

return "Query returned error code: " . $res->getCode();

```

`getCode()` returns code instead of data.

See [https://vestacp.com/docs/api/#return\_codes](https://vestacp.com/docs/api/#return_codes) for returned code meaning.

#### List User Account

[](#list-user-account)

```
use Laravesta;

$res = Laravesta::execute('v-list-user', [
    'arg1' => 'user01', // username
    'arg2' => 'json'    // format
]);

return json_decode($res->getData(), true);

```

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 .

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity49

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~74 days

Total

2

Last Release

2840d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/ea4479858c97e8df1544a07737dde16550f1c51173ca21290d77e4afe8c1b0be?d=identicon)[woenel](/maintainers/woenel)

---

Top Contributors

[![woenel](https://avatars.githubusercontent.com/u/8844488?v=4)](https://github.com/woenel "woenel (10 commits)")

---

Tags

laravelvestacp

### Embed Badge

![Health badge](/badges/woenel-laravesta/health.svg)

```
[![Health](https://phpackages.com/badges/woenel-laravesta/health.svg)](https://phpackages.com/packages/woenel-laravesta)
```

###  Alternatives

[openai-php/laravel

OpenAI PHP for Laravel is a supercharged PHP API client that allows you to interact with the Open AI API

3.7k7.6M74](/packages/openai-php-laravel)[statamic/cms

The Statamic CMS Core Package

4.8k3.2M720](/packages/statamic-cms)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3731.2M42](/packages/tencentcloud-tencentcloud-sdk-php)[nickurt/laravel-postcodeapi

Universal PostcodeApi for Laravel 11.x/12.x/13.x

97221.2k](/packages/nickurt-laravel-postcodeapi)[mozex/anthropic-laravel

Anthropic PHP for Laravel is a supercharged PHP API client that allows you to interact with the Anthropic API

71226.4k1](/packages/mozex-anthropic-laravel)[scriptdevelop/whatsapp-manager

Paquete para manejo de WhatsApp Business API en Laravel

762.6k](/packages/scriptdevelop-whatsapp-manager)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
