PHPackages                             mrkampf/proxmox-ve - 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. mrkampf/proxmox-ve

ActiveLibrary[API Development](/categories/api)

mrkampf/proxmox-ve
==================

Proxmox VE API Client

0.5.3(2y ago)6238.2k↓30.4%29[1 PRs](https://github.com/MrKampf/proxmoxVE/pulls)GPL-3.0-or-laterPHPPHP ^8.0|^8.1|^8.2CI passing

Since Feb 23Pushed 7mo ago3 watchersCompare

[ Source](https://github.com/MrKampf/proxmoxVE)[ Packagist](https://packagist.org/packages/mrkampf/proxmox-ve)[ RSS](/packages/mrkampf-proxmox-ve/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (2)Versions (41)Used By (0)

ProxmoxVE API
=============

[](#proxmoxve-api)

This **PHP 8+** Proxmox library allows, to interact with your Proxmox PVE server and cluster via API.

[![Latest Stable Version](https://camo.githubusercontent.com/5938c81444d46cf1a656680bfd2b9988893239fd48851b1a5e79752d826d2ca5/68747470733a2f2f706f7365722e707567782e6f72672f6d726b616d70662f70726f786d6f782d76652f762f737461626c65)](https://packagist.org/packages/mrkampf/proxmox-ve)[![Total Downloads](https://camo.githubusercontent.com/cd75cdc53c813f1d6c1caca658f9230442e7fa987ad7650de932383b94dc40d3/68747470733a2f2f706f7365722e707567782e6f72672f6d726b616d70662f70726f786d6f782d76652f646f776e6c6f616473)](https://packagist.org/packages/mrkampf/proxmox-ve)[![Latest Unstable Version](https://camo.githubusercontent.com/5b7184370c563a3c7105ae9b380a30d707b48e37cd6a93910893ce71efefe76d/68747470733a2f2f706f7365722e707567782e6f72672f6d726b616d70662f70726f786d6f782d76652f762f756e737461626c65)](https://packagist.org/packages/mrkampf/proxmox-ve)[![License](https://camo.githubusercontent.com/c7d45ea622baac91f616f57e0aea38357197f28be22ef4ec54fcd8b93d7505fc/68747470733a2f2f706f7365722e707567782e6f72672f6d726b616d70662f70726f786d6f782d76652f6c6963656e7365)](https://packagist.org/packages/mrkampf/proxmox-ve)

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

Getting Started
---------------

[](#getting-started)

Recommended installation is using **Composer**. If you do not have **Composer**, what are you waiting for?

In the root of your project, execute the following:

```
$ composer require mrkampf/proxmox-ve
```

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

```
{
    "require": {
        "mrkampf/proxmox-ve": "^0.4.4"
    }
}
```

Then perform the installation:

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

Example
-------

[](#example)

---

### From version 3.1

[](#from-version-31)

```
