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

ActiveLibrary[API Development](/categories/api)

mtxserv/vmware-api
==================

PHP library for interacting with the VMware Rest API.

v1.0.1(3y ago)07.6k[2 issues](https://github.com/sdieunidou/vmware-api/issues)MITPHPPHP ^7.0|^8.0|^8.1

Since Jul 11Pushed 5mo agoCompare

[ Source](https://github.com/sdieunidou/vmware-api)[ Packagist](https://packagist.org/packages/mtxserv/vmware-api)[ Docs](https://github.com/mTxServ/vmware-api)[ RSS](/packages/mtxserv-vmware-api/feed)WikiDiscussions main Synced 1w ago

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

VMware API Client
=================

[](#vmware-api-client)

A simple PHP Guzzle client for interacting with the VMware REST API.

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

[](#requirements)

- PHP 8.3 or higher
- Guzzle 7.8 or higher

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

[](#installation)

Install the package via Composer:

```
composer require mtxserv/vmware-api
```

Usage
-----

[](#usage)

```
use VMware\VMwareClient;

$client = new VMwareClient([
    'base_uri' => 'https://vcenter.example.com',
    'vmware_user' => 'administrator@vsphere.local',
    'vmware_password' => 'your_password',
    'verify' => false, // Set to true for production if you have valid certificates
]);

// Example: List VMs
try {
    $response = $client->get('/rest/vcenter/vm');
    $vms = json_decode($response->getBody(), true);
    print_r($vms);
} catch (\Exception $e) {
    echo 'Error: ' . $e->getMessage();
}
```

Testing
-------

[](#testing)

Run the test suite:

```
vendor/bin/phpunit
```

License
-------

[](#license)

This project is licensed under the MIT License.

###  Health Score

36

—

LowBetter than 82% of packages

Maintenance48

Moderate activity, may be stable

Popularity18

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity57

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 75% 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 ~0 days

Total

2

Last Release

1407d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/077eba6702dc23a795ee2262dff92505e3c8ead08f7cb205be80d8aae0a6b8e5?d=identicon)[sdieunidou](/maintainers/sdieunidou)

---

Top Contributors

[![sdieunidou](https://avatars.githubusercontent.com/u/570763?v=4)](https://github.com/sdieunidou "sdieunidou (3 commits)")[![google-labs-jules[bot]](https://avatars.githubusercontent.com/in/842251?v=4)](https://github.com/google-labs-jules[bot] "google-labs-jules[bot] (1 commits)")

---

Tags

apisdkautomationvsphere

### Embed Badge

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

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

Hubspot API client

23914.2M16](/packages/hubspot-api-client)[mailchimp/transactional

458.9M16](/packages/mailchimp-transactional)[resend/resend-php

Resend PHP library.

574.7M21](/packages/resend-resend-php)[checkout/checkout-sdk-php

Checkout.com SDK for PHP

553.3M7](/packages/checkout-checkout-sdk-php)[mozex/anthropic-laravel

Anthropic PHP for Laravel is a supercharged PHP API client that allows you to interact with the Anthropic API

71226.4k1](/packages/mozex-anthropic-laravel)

PHPackages © 2026

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