PHPackages                             amercier/vcloud-sdk - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. amercier/vcloud-sdk

Abandoned → [vmware/vcloud-sdk-patched](/?search=vmware%2Fvcloud-sdk-patched)Library[Utility &amp; Helpers](/categories/utility)

amercier/vcloud-sdk
===================

21st century PHP SDK for vCloud Director - Object-oriented, hand-crafted, namespaced, PSR-2 compliant

1491PHP

Since Oct 6Pushed 12y ago1 watchersCompare

[ Source](https://github.com/amercier/vcloud-sdk-php)[ Packagist](https://packagist.org/packages/amercier/vcloud-sdk)[ RSS](/packages/amercier-vcloud-sdk/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (2)Used By (0)

vcloud-sdk-php
==============

[](#vcloud-sdk-php)

**WARNING:** this project is deprecated and no maintained anymore. Please use [vmware-vcloud-sdk-php-patched](https://github.com/amercier/vmware-vcloud-sdk-php-patched) instead

21st century PHP SDK for vCloud Director, based on [a patched version of VMWare SDK for PHP](https://github.com/amercier/vmware-vcloud-sdk-php-patched).

[![Build Status](https://camo.githubusercontent.com/f41ae9b35bf0c811051db3b5cfc28f1fc2ba6a99756ee8bce156622ee998d264/68747470733a2f2f7472617669732d63692e6f72672f616d6572636965722f76636c6f75642d73646b2d7068702e706e673f6272616e63683d6d6173746572)](https://travis-ci.org/amercier/vcloud-sdk-php)[![Coverage Status](https://camo.githubusercontent.com/650472b467018685b5fc6a8f8dfc4f2f470c650b65739ea02aa450c2e2732f83/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f616d6572636965722f76636c6f75642d73646b2d7068702f62616467652e706e673f6272616e63683d6d6173746572)](https://coveralls.io/r/amercier/vcloud-sdk-php?branch=master)[![Dependency Status](https://camo.githubusercontent.com/17a44188da7fc27d210df4095747e36fbf9540f3a58ab2b2ca5ea7cb045b36fe/68747470733a2f2f7777772e76657273696f6e6579652e636f6d2f757365722f70726f6a656374732f3532303066346661363332626163303737363030383165632f62616467652e706e67)](https://www.versioneye.com/user/projects/5200f4fa632bac07760081ec)

[![Latest Stable Version](https://camo.githubusercontent.com/78b73c74ea2bef4fa2b49f8b888ede06e6e584bb508f57028e37509b1555c45b/68747470733a2f2f706f7365722e707567782e6f72672f616d6572636965722f76636c6f75642d73646b2f762f737461626c652e706e67)](https://packagist.org/packages/amercier/vcloud-sdk)

✔ **Object-oriented** - uses [PHP 5.3 namespaces](http://php.net/manual/en/language.namespaces.php)
✔ **Hand-crafted** - no more auto-generated SOAP bindings!
✔ **Clean** - follows [PSR-1](http://www.php-fig.org/psr/1/) and [PSR-2](http://www.php-fig.org/psr/2/) coding standards
✔ **Interoperable** - follows the [PSR-0](http://www.php-fig.org/psr/0/) autoloading standard
✔ **Extensible** - no private fields or methods, only public and protected
✔ **Easily installable** - available with [Composer](http://getcomposer.org/)
✔ **Maintainable** - it's open source! So clone it, fork it, tune it, fix it as you please!

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

[](#installation)

### 1. Install Composer

[](#1-install-composer)

```
curl https://getcomposer.org/installer | php --

```

Note: you may need to have `https_proxy` variable set if you are behind a proxy.

### 2. Create *composer.json*

[](#2-create-composerjson)

```
php composer.phar init

```

### 3. Edit *composer.json*

[](#3-edit-composerjson)

```
    "minimum-stability": "dev",
    "repositories": [
        {
            "type": "pear",
            "url": "http://pear.php.net"
        }
    ],
    "require": {
        "amercier/vcloud-sdk": "*"
    }

```

### 4. Install dependencies

[](#4-install-dependencies)

```
php composer.phar update

```

Licensing
---------

[](#licensing)

This project is released under [MIT License](LICENSE) license. If this license does not fit your requirement for whatever reason, but you would be interested in using the work (as defined below) under another license, please contact Alexandre Mercier at  .

Contributing
------------

[](#contributing)

Contributions (issues ♥, pull requests ♥♥♥) are more than welcome! Feel free to clone, fork, modify, extend, etc, as long as you respect the [license terms](LICENSE-CC-BY.md).

**Installation**: after cloning the project, all you need to to is execute `make install`.

**SDK Generation**: you need to execute `make` in order to generate SDK from the original SDK.

**Testing**: `make test`

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity43

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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1246795?v=4)[Alex Mercier](/maintainers/amercier)[@amercier](https://github.com/amercier)

---

Top Contributors

[![amercier](https://avatars.githubusercontent.com/u/1246795?v=4)](https://github.com/amercier "amercier (132 commits)")

### Embed Badge

![Health badge](/badges/amercier-vcloud-sdk/health.svg)

```
[![Health](https://phpackages.com/badges/amercier-vcloud-sdk/health.svg)](https://phpackages.com/packages/amercier-vcloud-sdk)
```

###  Alternatives

[veewee/reflecta

Unleash the Power of Optics in your code!

12261.1k3](/packages/veewee-reflecta)[badcow/phrase-generator

Generate an English adjective-noun pair as a phrase (e.g. SubmissiveMonkey).

145.2k](/packages/badcow-phrase-generator)

PHPackages © 2026

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