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 ago1 watchersCompare

[ Source](https://github.com/woenel/laravesta)[ Packagist](https://packagist.org/packages/woenel/laravesta)[ RSS](/packages/woenel-laravesta/feed)WikiDiscussions master Synced 2w 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 31% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community8

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

2891d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/8844488?v=4)[Ronnel R. Martinez](/maintainers/woenel)[@woenel](https://github.com/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

[statamic/cms

The Statamic CMS Core Package

4.8k3.5M923](/packages/statamic-cms)[backpack/crud

Quickly build admin interfaces using Laravel, Bootstrap and JavaScript.

3.4k3.6M217](/packages/backpack-crud)[unopim/unopim

UnoPim Laravel PIM

10.5k2.2k](/packages/unopim-unopim)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3661.2M46](/packages/tencentcloud-tencentcloud-sdk-php)[mozex/anthropic-laravel

Laravel integration for the Anthropic API: facade, config publishing, install command, testing fakes, messages, streaming, tool use, thinking, and batches.

72287.1k1](/packages/mozex-anthropic-laravel)[justbetter/laravel-magento-client

A client to interact with Magento

49108.7k14](/packages/justbetter-laravel-magento-client)

PHPackages © 2026

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