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)72966[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 2d 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 43% of packages

Maintenance17

Infrequent updates — may be unmaintained

Popularity20

Limited adoption so far

Community15

Small or concentrated contributor base

Maturity46

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

2073d 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

[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)[mailchimp/transactional

458.9M16](/packages/mailchimp-transactional)[get-stream/stream-chat

A PHP client for Stream Chat (https://getstream.io/chat/)

301.8M2](/packages/get-stream-stream-chat)[convertkit/convertkitapi

Kit PHP SDK for the Kit API

2167.1k1](/packages/convertkit-convertkitapi)

PHPackages © 2026

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