PHPackages                             steadfastcollective/vesta-php - 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. steadfastcollective/vesta-php

AbandonedArchivedLibrary[API Development](/categories/api)

steadfastcollective/vesta-php
=============================

Vesta-php is a php package to help make calls to a Vesta Control Panel API.

v1.1.2(5y ago)0441[1 PRs](https://github.com/steadfast-collective/vesta-php/pulls)MITPHPPHP ^7.1

Since Jun 28Pushed 3y agoCompare

[ Source](https://github.com/steadfast-collective/vesta-php)[ Packagist](https://packagist.org/packages/steadfastcollective/vesta-php)[ Docs](https://github.com/steadfastcollective/vesta)[ RSS](/packages/steadfastcollective-vesta-php/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (4)Dependencies (3)Versions (7)Used By (0)

Vesta PHP
=========

[](#vesta-php)

[![Latest Version on Packagist](https://camo.githubusercontent.com/ef1453dea64231f4d79839703226bcfa525bae08a2e68a128b385a999773bc04/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f737465616466617374636f6c6c6563746976652f76657374612d7068702e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/steadfastcollective/vesta-php)[![Build Status](https://camo.githubusercontent.com/9ee1d4e099dc6f187a668592fccaab537aef82b8710992a5d13b8c4c3537d94e/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f737465616466617374636f6c6c6563746976652f76657374612d7068702f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/steadfastcollective/vesta-php)[![Quality Score](https://camo.githubusercontent.com/0fd57fddacef9ce6b35e56c09ac0b3ab9f27fd58c5acfe80d77d687a70fa3bd2/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f737465616466617374636f6c6c6563746976652f76657374612d7068702e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/steadfastcollective/vesta-php)[![Total Downloads](https://camo.githubusercontent.com/a06f9d3469135b1f667d20719a7537c4778317e7276d3f6973b8de2d42283967/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f737465616466617374636f6c6c6563746976652f76657374612d7068702e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/steadfastcollective/vesta-php)

Vesta-php is a php package to help make calls to a Vesta Control Panel API.

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

[](#installation)

You can install the package via composer:

```
composer require steadfastcollective/vesta-php
```

Usage
-----

[](#usage)

```
use SteadfastCollective\Vesta\Vesta;

$response = (new Vesta($ip, $username, $password, $port))
    ->request([
        'cmd' => 'v-add-user',
        'arg1' => 'example-username',
        'arg2' => 'example-password',
        'arg3' => 'example@example.com',
    ]);
```

### Testing

[](#testing)

```
composer test
```

### Changelog

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

### Security

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

Credits
-------

[](#credits)

- [Steadfast Collective](https://github.com/steadfastcollective)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity62

Established project with proven stability

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 ~269 days

Total

4

Last Release

2069d ago

### Community

Maintainers

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

---

Tags

vestasteadfastcollective

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/steadfastcollective-vesta-php/health.svg)

```
[![Health](https://phpackages.com/badges/steadfastcollective-vesta-php/health.svg)](https://phpackages.com/packages/steadfastcollective-vesta-php)
```

###  Alternatives

[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3731.2M42](/packages/tencentcloud-tencentcloud-sdk-php)[convertkit/convertkitapi

Kit PHP SDK for the Kit API

2167.1k1](/packages/convertkit-convertkitapi)[mapado/rest-client-sdk

Rest Client SDK for hydra API

1125.9k2](/packages/mapado-rest-client-sdk)

PHPackages © 2026

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