PHPackages                             martinmulder/vmware-api - 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. martinmulder/vmware-api

ActiveLibrary[API Development](/categories/api)

martinmulder/vmware-api
=======================

A PHP implementation for the VMWare API

v0.1.0(5y ago)72965[1 issues](https://github.com/MartinMulder/vmware-php/issues)1MITPHPPHP 7.\*

Since Sep 8Pushed 2y ago2 watchersCompare

[ Source](https://github.com/MartinMulder/vmware-php)[ Packagist](https://packagist.org/packages/martinmulder/vmware-api)[ Docs](https://github.com/MartinMulder/vmware-php)[ RSS](/packages/martinmulder-vmware-api/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (3)Dependencies (1)Versions (4)Used By (1)

vmware-php
==========

[](#vmware-php)

A PHP wrapper for the VMWare API. This is a pre-alpha release, so stuf isn't working correctly atm.

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

[](#installation)

```
composer require martinmulder/vmware-api

```

Guide
-----

[](#guide)

Our VMWare API implementation contains the following features:

- Simple login using application passwords.
- Automatic retry functionionality that retries requests when connection errors or status codes &gt;= 500 occur.
- Direct function calls for much used api endpoints.
- Easy syntax for all other endpoints using `$api->request($method, $uri, $json = [], $query = [])`.

```
// Create a new API instance, endpoint should end on "/rest/".
$api = new \MartinMulder\VMWare\[Vcenter|Appliance|Inventory]IApi('https://vcenter.local/rest/');
```

```
// LEGACY LOGIN WITH TOKEN
$api->login('yourusername', 'yourpassword');
```

Now your API should be ready to use:

```
$vms = $api->getListOfVms();

foreach($vms as $vm) {
    var_dump($vm);
}
```

Documentation
-------------

[](#documentation)

-

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance17

Infrequent updates — may be unmaintained

Popularity19

Limited adoption so far

Community15

Small or concentrated contributor base

Maturity47

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 66.7% 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 ~1 days

Total

3

Last Release

2122d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/6f16cba49abfcf6606c4e037d24d006a9927eb4f865ff8292265100387cf8110?d=identicon)[MartinMulder](/maintainers/MartinMulder)

---

Top Contributors

[![MartinMulder](https://avatars.githubusercontent.com/u/489641?v=4)](https://github.com/MartinMulder "MartinMulder (2 commits)")[![enguerr](https://avatars.githubusercontent.com/u/9450193?v=4)](https://github.com/enguerr "enguerr (1 commits)")

---

Tags

apiVMwarevcentermartinmulder

### Embed Badge

![Health badge](/badges/martinmulder-vmware-api/health.svg)

```
[![Health](https://phpackages.com/badges/martinmulder-vmware-api/health.svg)](https://phpackages.com/packages/martinmulder-vmware-api)
```

###  Alternatives

[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3741.3M46](/packages/tencentcloud-tencentcloud-sdk-php)[resend/resend-php

Resend PHP library.

617.2M41](/packages/resend-resend-php)[files.com/files-php-sdk

Files.com PHP SDK

2481.1k](/packages/filescom-files-php-sdk)[checkout/checkout-sdk-php

Checkout.com SDK for PHP

563.6M13](/packages/checkout-checkout-sdk-php)[eslazarev/wildberries-sdk

Wildberries OpenAPI clients (generated).

252.5k](/packages/eslazarev-wildberries-sdk)[scriptdevelop/whatsapp-manager

Paquete para manejo de WhatsApp Business API en Laravel

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

PHPackages © 2026

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