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

ActiveLibrary[API Development](/categories/api)

triopsi/proxmoxve
=================

A simple PHP 8+ Proxmox API client.

5.0.2(2y ago)3791MITPHPPHP &gt;=8.0

Since Feb 28Pushed 2y agoCompare

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

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

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

[](#proxmoxve-api-client)

[![Proxmox Logo](assets/proxmox-full-lockup-color.png)](assets/proxmox-full-lockup-color.png)

This **PHP 8+** 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 triopsi/proxmoxve ~5.0
```

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

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

Then perform the installation:

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

Usage for login:
----------------

[](#usage-for-login)

```
