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

ActiveLibrary[API Development](/categories/api)

alhambra/proxmoxve
==================

A simple PHP 5.5+ Proxmox API client.

v4.0.1(4y ago)063MITPHPPHP &gt;=5.5.0

Since Jun 26Pushed 4y agoCompare

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

READMEChangelog (1)Dependencies (4)Versions (12)Used By (0)

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

[](#proxmoxve-api-client)

This **PHP 5.5+** 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)

> I'm not actively maintaining this library anymore (I've left PHP behind) but **the API is pretty stable**, if it doesn't suit your needs take a look at the forks or better yet create a PR to add the things you're missing, if you're interested I can transfer the project to you.

**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 ~4.0
```

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

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

Then perform the installation:

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

Usage
-----

[](#usage)

```
