PHPackages                             ricklab/virtualmin - 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. ricklab/virtualmin

ActiveLibrary[API Development](/categories/api)

ricklab/virtualmin
==================

Interface with the VirtualMin HTTP API

v2.0.0(9y ago)10884BSD-3-ClausePHPPHP &gt;=5.6

Since Mar 21Pushed 9y ago3 watchersCompare

[ Source](https://github.com/rickogden/Virtualmin-PHP)[ Packagist](https://packagist.org/packages/ricklab/virtualmin)[ RSS](/packages/ricklab-virtualmin/feed)WikiDiscussions master Synced 2w ago

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

Virtualmin PHP API
==================

[](#virtualmin-php-api)

Starting to write an OO Virtualmin library in PHP. The aim is to allow full management of a Virtualmin server through a set of PHP classes. Starting off with minimal features but plan to expand it (and contributions welcome).

Requirements
------------

[](#requirements)

- PHP 5.4
- Guzzle HTTP Client

Usage
-----

[](#usage)

```
$virtualmin = new \Ricklab\Virtualmin\Virtualmin('user', 'pass', 'localhost');

$vhost = $virtualmin->getVirtualHostByUsername('someusername');

$virtualmin->registerDomain('somedomain.com',['pass' => 'somepassword']);

$vhost2 = $virtualmin->getVirtualHostByDomain('somedomain.com');

$vhost2->changePassword('anotherpassword');

$vhost2->changeEmail('new@email.addr');

$virtualmin->deleteDomain($vhost);

```

###  Health Score

30

—

LowBetter than 62% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity59

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

Total

2

Last Release

3305d ago

Major Versions

v1.0.0 → v2.0.02017-06-12

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/135672?v=4)[Rick Ogden](/maintainers/rickogden)[@rickogden](https://github.com/rickogden)

---

Top Contributors

[![rickogden](https://avatars.githubusercontent.com/u/135672?v=4)](https://github.com/rickogden "rickogden (14 commits)")

---

Tags

virtualminvirtualhost

### Embed Badge

![Health badge](/badges/ricklab-virtualmin/health.svg)

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

###  Alternatives

[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3661.2M46](/packages/tencentcloud-tencentcloud-sdk-php)[neuron-core/neuron-ai

The PHP Agentic Framework.

2.0k496.1k34](/packages/neuron-core-neuron-ai)[avalara/avataxclient

Client library for Avalara's AvaTax suite of business tax calculation and processing services. Uses the REST v2 API.

528.3M7](/packages/avalara-avataxclient)[eslazarev/wildberries-sdk

Wildberries OpenAPI clients (generated).

252.5k](/packages/eslazarev-wildberries-sdk)[files.com/files-php-sdk

Files.com PHP SDK

2478.1k](/packages/filescom-files-php-sdk)[aimeos/prisma

A powerful PHP package for integrating media related Large Language Models (LLMs) into your applications

1942.4k4](/packages/aimeos-prisma)

PHPackages © 2026

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