2017 © Pedro Peláez
 

library vcloud-sdk

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

image

amercier/vcloud-sdk

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

  • Thursday, January 30, 2014
  • by amercier
  • Repository
  • 0 Watchers
  • 0 Stars
  • 48 Installations
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

vcloud-sdk-php

WARNING: this project is deprecated and no maintained anymore. Please use vmware-vcloud-sdk-php-patched instead, (*1)

21st century PHP SDK for vCloud Director, based on a patched version of VMWare SDK for PHP., (*2)

Build Status Coverage Status Dependency Status, (*3)

Latest Stable Version, (*4)

Object-oriented - uses PHP 5.3 namespaces
Hand-crafted - no more auto-generated SOAP bindings!
Clean - follows PSR-1 and PSR-2 coding standards
Interoperable - follows the PSR-0 autoloading standard
Extensible - no private fields or methods, only public and protected
Easily installable - available with Composer
Maintainable - it's open source! So clone it, fork it, tune it, fix it as you please!, (*5)

Installation

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., (*6)

2. Create composer.json

php composer.phar init

3. Edit composer.json

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

4. Install dependencies

php composer.phar update

Licensing

This project is released under MIT 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 pro.alexandre.mercier@gmail.com ., (*7)

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., (*8)

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

SDK Generation: you need to execute make in order to generate SDK from the original SDK., (*10)

Testing: make test, (*11)

The Versions

30/01 2014

dev-master

9999999-dev https://github.com/amercier/vcloud-sdk-php

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

  Sources   Download

MIT

The Requires

 

The Development Requires

api sdk vmware vcloud director patched

06/10 2013

dev-2.0-wip

dev-2.0-wip https://github.com/amercier/vcloud-sdk-php

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

  Sources   Download

MIT

The Requires

 

The Development Requires

api sdk vmware vcloud director patched