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

AbandonedArchivedLibrary[API Development](/categories/api)

stratum/proxmox
===============

Proxmox VE API Client

0.4.0(4y ago)174[1 PRs](https://github.com/StratumPanel/proxmox/pulls)PHPPHP &gt;=7.2

Since Feb 23Pushed 2y agoCompare

[ Source](https://github.com/StratumPanel/proxmox)[ Packagist](https://packagist.org/packages/stratum/proxmox)[ RSS](/packages/stratum-proxmox/feed)WikiDiscussions master Synced 1w ago

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

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

[](#proxmoxve-api)

This **PHP 8+** Proxmox library allow, 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?

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.0"
    }
}
```

Then perform the installation:

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

Example
-------

[](#example)

---

### From version 3.1

[](#from-version-31)

```
