Download the PHP package masoudniki/vcenter without Composer

On this page you can find all versions of the php package masoudniki/vcenter. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package vcenter

VMware vSphere SDK

[![Actions Status](https://github.com/masoudniki/vSphere/workflows/CI/badge.svg)](https://github.com/masoudniki/vSphere/actions) [![Latest Stable Version](http://poser.pugx.org/masoudniki/vcenter/v)](https://packagist.org/packages/masoudniki/vcenter) [![License](http://poser.pugx.org/masoudniki/vcenter/license)](https://packagist.org/packages/masoudniki/vcenter) [![codecov](https://codecov.io/gh/masoudniki/vSphere/branch/master/graph/badge.svg?token=zly1MFGFuU)](https://codecov.io/gh/masoudniki/vSphere) [![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/masoudniki/vSphere/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/masoudniki/vSphere/?branch=master) [![Build Status](https://scrutinizer-ci.com/g/masoudniki/vSphere/badges/build.png?b=master)](https://scrutinizer-ci.com/g/masoudniki/vSphere/build-status/master) [![Code Intelligence Status](https://scrutinizer-ci.com/g/masoudniki/vSphere/badges/code-intelligence.svg?b=master)](https://scrutinizer-ci.com/code-intelligence)

SDK for working with vSphere automation API. You can use it to manage ESXI and vCenter powered machines.

Supported Versions

vCenterApplianceVersion status description
7.0 supported
6.7 supported some of api like ConsoleTicket is not working more information
6.5 supported

Installation

It's super easy to use, just run the below command:

How to use it

just pass argument to the and create an instace:

Parameters

Host

only the domain name without any protocol and slash charcher or ip address is acceptable

Credentials

You have two options for authentication:

With username and password

you can pass username and password in array for getting session id

Or with Vmware-Api-Session-Id

increasing session timeout in vCenter and pass directly the session id

For the initiation & first time use you can pass username and password and then get the session with getSessionId() method on VmwareApiClient

Port

the port of vCenterAppliance application default value is: 443

SSL

if you are using self signed certificate pass the path of certificate or set true otherwise if you dont want to check certificate set false

Protocol

if you are running vCenterAppliance on HTTP protocol set http or if you are running it on HTTPS set https

BaseUrl

The main path of REST API default value is: "/rest/vcenter"

AuthUrl

The authetication URL for creating Vmware-Api-Session-Id default value is:"/rest/com/vmware/cis/session"

Client

You can create your guzzle http client and set its configuartion then pass it to VmwaareApiClient

License

Made with ❤️ in IRAN

The MIT License (MIT). Please see License File for more information.


:raising_hand: Contributing

If you find an issue or have a better way to do something, feel free to open an issue, or a pull request. If you use VmwareApiClient in your open source project, create a pull request to provide its URL as a sample application in the README.md file.

:exclamation: Security

If you discover any security-related issues, please email [email protected] instead of using the issue tracker.

TODO


All versions of vcenter with dependencies

PHP Build Version
Package Version
Requires php Version ^7.4|^8.0
ext-json Version *
guzzlehttp/guzzle Version ^7.0
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package masoudniki/vcenter contains the following files

Loading the files please wait ....