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

ActiveLibrary[API Development](/categories/api)

lehuizi/proxmoxve
=================

A simple PHP 5.5+ Proxmox API client.

v5.0.1(5y ago)02.5k1MITPHPPHP &gt;=5.5.0

Since Jun 26Pushed 5y agoCompare

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

READMEChangelog (3)Dependencies (6)Versions (19)Used By (0)

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

[](#proxmoxve-api-client)

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

[![Test pipeline](https://github.com/lehuizi/ProxmoxVE/workflows/Test%20pipeline/badge.svg?branch=main)](https://github.com/lehuizi/ProxmoxVE/workflows/Test%20pipeline/badge.svg?branch=main)[![Latest Stable Version](https://camo.githubusercontent.com/3d74cfa39e41761c99696cdab8413f53d4382e2adea70d2ce8497ca1a40f3cf4/68747470733a2f2f706f7365722e707567782e6f72672f6c656875697a692f70726f786d6f7876652f762f737461626c652e737667)](https://packagist.org/packages/lehuizi/proxmoxve)[![Total Downloads](https://camo.githubusercontent.com/2f98f1c30d71dd9a709daf5d5433adda46bb2572c9f45c11987d88cf18695e7b/68747470733a2f2f706f7365722e707567782e6f72672f6c656875697a692f70726f786d6f7876652f646f776e6c6f6164732e737667)](https://packagist.org/packages/lehuizi/proxmoxve)[![License](https://camo.githubusercontent.com/5edeaae421e8f233cd80e2e3ab8a4649fb4ec9b1e5ed0a11875f95106f003968/68747470733a2f2f706f7365722e707567782e6f72672f7a7a616e74617265732f70726f786d6f7876652f6c6963656e73652e737667)](https://packagist.org/packages/lehuizi/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 lehuizi/proxmoxve
```

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

```
{
    "require": {
        "lehuizi/proxmoxve": "~5.0"
    }
}
```

Then perform the installation:

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

Usage
-----

[](#usage)

```
