PHPackages                             macromindonline/proxmoxve - 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. macromindonline/proxmoxve

ActiveLibrary[API Development](/categories/api)

macromindonline/proxmoxve
=========================

A simple PHP 5.4+ Proxmox API client.

v3.0.0(11y ago)041MITPHPPHP &gt;=5.3.0

Since Jun 26Pushed 8y ago1 watchersCompare

[ Source](https://github.com/macromindonline/ProxmoxVE)[ Packagist](https://packagist.org/packages/macromindonline/proxmoxve)[ Docs](https://github.com/ZzAntares/ProxmoxVE)[ RSS](/packages/macromindonline-proxmoxve/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependencies (4)Versions (10)Used By (0)

ProxmoxVE API Client
====================

[](#proxmoxve-api-client)

This **PHP 5.4+** library allows you to interact with your Proxmox server via API.

[![Build Status](https://camo.githubusercontent.com/81a63ec294cd0d30652cb09ae647ff512d33925a692cb3f5bae5834b7be12022/68747470733a2f2f7472617669732d63692e6f72672f5a7a416e74617265732f50726f786d6f7856452e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/ZzAntares/ProxmoxVE)[![Latest Stable Version](https://camo.githubusercontent.com/a4a37f748bdf0ec24bd4e3f0b47a24b5d6f27a123b1327db263bbeb91d221be2/68747470733a2f2f706f7365722e707567782e6f72672f7a7a616e74617265732f70726f786d6f7876652f762f737461626c652e737667)](https://packagist.org/packages/zzantares/proxmoxve)[![Total Downloads](https://camo.githubusercontent.com/abbb8aa827526058ad28bb54974a5af711131b3a377c88515092f0469e53f281/68747470733a2f2f706f7365722e707567782e6f72672f7a7a616e74617265732f70726f786d6f7876652f646f776e6c6f6164732e737667)](https://packagist.org/packages/zzantares/proxmoxve)[![Latest Unstable Version](https://camo.githubusercontent.com/3f9062112a9e08b35159d2418da131daf1f169526385ccaa8386ddd3d4a0d7f9/68747470733a2f2f706f7365722e707567782e6f72672f7a7a616e74617265732f70726f786d6f7876652f762f756e737461626c652e737667)](https://packagist.org/packages/zzantares/proxmoxve)[![License](https://camo.githubusercontent.com/5edeaae421e8f233cd80e2e3ab8a4649fb4ec9b1e5ed0a11875f95106f003968/68747470733a2f2f706f7365722e707567782e6f72672f7a7a616e74617265732f70726f786d6f7876652f6c6963656e73652e737667)](https://packagist.org/packages/zzantares/proxmoxve)

> If you find any errors, typos or you detect that something is not working as expected please open an [issue](https://github.com/ZzAntares/ProxmoxVE/issues/new) or tweetme [@ZzAntares](https://twitter.com/ZzAntares). I'll try to release a fix asap.

**Looking for a PHP 5.3 library version?** Search through the [releases](https://github.com/ZzAntares/ProxmoxVE/releases) one that fits your needs, I recommend using the [2.1.1](https://github.com/ZzAntares/ProxmoxVE/releases/tag/v2.1.1) version.

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

[](#installation)

Recommended installation is using [Composer](https://getcomposer.org/), if you do not have [Composer](https://getcomposer.org/) what are you waiting?

In the root of your project execute the following:

```
$ composer require zzantares/proxmoxve ~3.0
```

Or add this to your `composer.json` file:

```
{
    "require": {
        "zzantares/proxmoxve": "~3.0"
    }
}
```

Then perform the installation:

```
$ composer install --no-dev
```

Usage
-----

[](#usage)

```
