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

AbandonedArchivedLibrary[API Development](/categories/api)

klauke-enterprises/proxmoxve
============================

A simple PHP 5.5+ Proxmox API client.

v6.2.0(2y ago)66301MITPHPPHP &gt;=5.5.0

Since Jun 26Pushed 2y agoCompare

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

READMEChangelog (4)Dependencies (4)Versions (22)Used By (0)

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

[](#proxmoxve-api-client)

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

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

[](#installation)

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 klauke-enterprises/proxmoxve ~5.0.0
```

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

```
{
    "require": {
        "klauke-enterprises/proxmoxve": "~5.0.0"
    }
}
```

Then perform the installation:

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

Usage
-----

[](#usage)

```
