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

ActiveLibrary[API Development](/categories/api)

ghasemy50/vmware-api
====================

A PHP implementation for the VMWare API

v0.1.0(5y ago)03MITPHPPHP 7.\*

Since Sep 8Pushed 4y agoCompare

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

READMEChangelogDependencies (1)Versions (4)Used By (0)

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 ghasemy50/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

21

—

LowBetter than 18% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity46

Maturing project, gaining track record

 Bus Factor2

2 contributors hold 50%+ of commits

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

2077d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/11d7c50f73ab16d497985abca93c53f54c92d225cb944287a0b1c723251f4b29?d=identicon)[ghasemy50](/maintainers/ghasemy50)

---

Top Contributors

[![ghasemy50](https://avatars.githubusercontent.com/u/11821038?v=4)](https://github.com/ghasemy50 "ghasemy50 (2 commits)")[![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/ghasemy50-vmware-api/health.svg)

```
[![Health](https://phpackages.com/badges/ghasemy50-vmware-api/health.svg)](https://phpackages.com/packages/ghasemy50-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)
