Download the PHP package enguerr/vmware-api without Composer
On this page you can find all versions of the php package enguerr/vmware-api. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package vmware-api
vmware-php
A PHP wrapper for the VMWare API. This is a pre-alpha release, so stuf isn't working correctly atm.
Installation
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 >= 500 occur.
- Direct function calls for much used api endpoints.
- Easy syntax for all other endpoints using
$api->request($method, $uri, $json = [], $query = [])
.
Now your API should be ready to use:
Documentation
All versions of vmware-api with dependencies
PHP Build Version
Package Version
The package enguerr/vmware-api contains the following files
Loading the files please wait ....