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

ActiveLibrary[API Development](/categories/api)

rene-roscher/proxmoxve
======================

A simple PHP 5.5+ Proxmox API client.

v4.0.7(9y ago)165MITPHPPHP &gt;=5.5

Since Jun 26Pushed 3y agoCompare

[ Source](https://github.com/Rene-Roscher/ProxmoxVE)[ Packagist](https://packagist.org/packages/rene-roscher/proxmoxve)[ Docs](https://github.com/LUMASERV/ProxmoxVE)[ RSS](/packages/rene-roscher-proxmoxve/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (4)Versions (18)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/a57245f1f26c2bf2acbc5ee085e94033fc7f34f22351ba72f183c3d00457fde7/68747470733a2f2f7472617669732d63692e6f72672f6c756d61736572762f50726f786d6f7856452e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/lumaserv/ProxmoxVE)[![Latest Stable Version](https://camo.githubusercontent.com/14496987ce56392b382f3f86ee64d7a3cb022a5ac6254d1262e3af1c18ed9d31/68747470733a2f2f706f7365722e707567782e6f72672f6c756d61736572762f70726f786d6f7876652f762f737461626c652e737667)](https://packagist.org/packages/lumaserv/proxmoxve)[![Total Downloads](https://camo.githubusercontent.com/623617054d1f7bf66cb038c647a57057aa3b2e3e557309b6cec6df1fd1423182/68747470733a2f2f706f7365722e707567782e6f72672f6c756d61736572762f70726f786d6f7876652f646f776e6c6f6164732e737667)](https://packagist.org/packages/lumaserv/proxmoxve)[![Latest Unstable Version](https://camo.githubusercontent.com/f5fcce7d36c7c88f5b3b4ab35923a27ae4f327afbba4832bac63524aa2741816/68747470733a2f2f706f7365722e707567782e6f72672f6c756d61736572762f70726f786d6f7876652f762f756e737461626c652e737667)](https://packagist.org/packages/lumaserv/proxmoxve)[![License](https://camo.githubusercontent.com/da8d7f63f12380c183030dc4df75ae69ce7854696a9aca7d51c04cdd278f27ab/68747470733a2f2f706f7365722e707567782e6f72672f6c756d61736572762f70726f786d6f7876652f6c6963656e73652e737667)](https://packagist.org/packages/lumaserv/proxmoxve)

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

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

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

[](#installation)

Recomended 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 lumaserv/proxmoxve ~4.0.4
```

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

```
{
    "require": {
        "lumaserv/proxmoxve": "~4.0.4"
    }
}
```

Then perform the installation:

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

Usage
-----

[](#usage)

```
