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

ActiveLibrary[API Development](/categories/api)

bennetgallein/proxmoxve
=======================

A simple PHP 8+ Proxmox API client.

5.1.0(2y ago)12.1kMITPHPPHP &gt;=8.0

Since Sep 15Pushed 2y agoCompare

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

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

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

[](#proxmoxve-api-client)

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

[![Latest Stable Version](https://camo.githubusercontent.com/f83728dfab69d2b1c36833fe08fec3c4164fe8f884606bd4a9e369b7d0163cbf/68747470733a2f2f706f7365722e707567782e6f72672f62656e6e657467616c6c65696e2f70726f786d6f7876652f762f737461626c652e737667)](https://packagist.org/packages/bennetgallein/proxmoxve)[![Total Downloads](https://camo.githubusercontent.com/0ed3b59dbb1dcb7411ea9fe1350938c872837ba34c08d6692289b9f17ee69543/68747470733a2f2f706f7365722e707567782e6f72672f62656e6e657467616c6c65696e2f70726f786d6f7876652f646f776e6c6f6164732e737667)](https://packagist.org/packages/bennetgallein/proxmoxve)[![Latest Unstable Version](https://camo.githubusercontent.com/30205df584d0708f2d1a9ebcb8ff0d02a1f1c08367ed0451993e86159940ae10/68747470733a2f2f706f7365722e707567782e6f72672f62656e6e657467616c6c65696e2f70726f786d6f7876652f762f756e737461626c652e737667)](https://packagist.org/packages/bennetgallein/proxmoxve)[![License](https://camo.githubusercontent.com/ccd3968069db28329d26086bc957c4f0811287c8ee91683ed4ddf8e23fa45f89/68747470733a2f2f706f7365722e707567782e6f72672f62656e6e657467616c6c65696e2f70726f786d6f7876652f6c6963656e73652e737667)](https://packagist.org/packages/bennetgallein/proxmoxve)

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 bennetgallein/proxmoxve ~v5.0
```

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

```
{
    "require": {
        "bennetgallein/proxmoxve": "~v5.0"
    }
}
```

Then perform the installation:

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

Usage
-----

[](#usage)

```
