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

AbandonedArchivedLibrary[API Development](/categories/api)

performave/proxmox
==================

Proxmox VE API Client

0.5.1(3y ago)083GPL-3.0-or-laterPHPPHP ^8.0|7.4|^8.1

Since Feb 23Pushed 3y agoCompare

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

READMEChangelog (2)Dependencies (2)Versions (25)Used By (0)

Deprecated
==========

[](#deprecated)

This library has been deprecated in favor of custom written logic to call Proxmox API. This is because the library was poorly designed and became hard to maintain.

Proxmox API
===========

[](#proxmox-api)

This **PHP 8+** Proxmox library allows you to interact with your Proxmox PVE server and cluster in an object-oriented way.

This library is a fork of another library, and this library is actively maintained as it's being used in a real project.

[![Latest Stable Version](https://camo.githubusercontent.com/b43dabbe13c29a99a1250e2613d55959f63b043c04fe8360209e4a52a1621725/687474703a2f2f706f7365722e707567782e6f72672f706572666f726d6176652f70726f786d6f782f76)](https://packagist.org/packages/performave/proxmox) [![Total Downloads](https://camo.githubusercontent.com/5d1c760b018a5cb59aa63c61db1e8c245f3b44d8d76c85570770033cdd505b03/687474703a2f2f706f7365722e707567782e6f72672f706572666f726d6176652f70726f786d6f782f646f776e6c6f616473)](https://packagist.org/packages/performave/proxmox) [![Latest Unstable Version](https://camo.githubusercontent.com/6c058193b3e2da1ab0a2131f936e8cb77df8d10a5de1c6cd43cd1ad494a1e40a/687474703a2f2f706f7365722e707567782e6f72672f706572666f726d6176652f70726f786d6f782f762f756e737461626c65)](https://packagist.org/packages/performave/proxmox) [![License](https://camo.githubusercontent.com/602785679d7111af8f3a7de452a80e2dfa496c95be918954b7062b8eb5b731b8/687474703a2f2f706f7365722e707567782e6f72672f706572666f726d6176652f70726f786d6f782f6c6963656e7365)](https://packagist.org/packages/performave/proxmox) [![PHP Version Require](https://camo.githubusercontent.com/f4490e6b84b77617ebe2da8055c318360758e308be7f64fa635847f1c70db53d/687474703a2f2f706f7365722e707567782e6f72672f706572666f726d6176652f70726f786d6f782f726571756972652f706870)](https://packagist.org/packages/performave/proxmox)

> If you find any errors, typos, or errors [issue](https://github.com/performave/proxmox/issues/new). I'll try to release a hotfix

Getting Started
---------------

[](#getting-started)

Install using Composer via the command-line

```
$ composer require performave/proxmox
```

Example
-------

[](#example)

---

### From version 3.1

[](#from-version-31)

```
