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

ActiveLibrary[API Development](/categories/api)

skildust/proxmox-api
====================

Proxmox API for PHP

1.2.1(4y ago)22.4k↑141.1%MITPHPPHP &gt;=5.6

Since Aug 15Pushed 4y ago1 watchersCompare

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

READMEChangelog (8)DependenciesVersions (11)Used By (0)

Proxmox VE API for PHP
======================

[](#proxmox-ve-api-for-php)

**Install**

```
composer require armd-pro/proxmox-api
```

[Proxmox API documentation](https://pve.proxmox.com/pve-docs/api-viewer/index.html)

**Example**

```
require_once __DIR__ . '/vendor/autoload.php';

try {

    $client = new \ProxmoxApi\ProxmoxClient('127.0.0.1:8006', 'root', 'password', 'pam');
    $node = $client->node('proxmox'/* Node name */);
    $vm = $node->vm(100/* VM id */);

    print_r($vm->get('status/current'));

    /*$vm->set("resize", [
        'disk' => $vm->config()->bootdisk,
        'size' => "+1G"
    ]);*/

    // print_r($client->get('nodes'));
    // print_r($node->get('disks/list'));
    // print_r($vm->config());

} catch(\ProxmoxApi\ProxmoxApiException $e) {
    exit("Error: {$e->getMessage()}\n");
}
```

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity24

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~89 days

Recently: every ~77 days

Total

10

Last Release

1657d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/03b89846f89a43fe7e60e45451b1eb7968ce415cf054717abc36da6f752891bc?d=identicon)[sKiLdUsT](/maintainers/sKiLdUsT)

---

Top Contributors

[![sKiLdUsT](https://avatars.githubusercontent.com/u/12566993?v=4)](https://github.com/sKiLdUsT "sKiLdUsT (9 commits)")

---

Tags

Proxmoxproxmox api

### Embed Badge

![Health badge](/badges/skildust-proxmox-api/health.svg)

```
[![Health](https://phpackages.com/badges/skildust-proxmox-api/health.svg)](https://phpackages.com/packages/skildust-proxmox-api)
```

###  Alternatives

[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M271](/packages/twilio-sdk)[corsinvest/cv4pve-api-php

Corsinvest Proxmox VE Client API PHP

801.4M](/packages/corsinvest-cv4pve-api-php)[zzantares/proxmoxve

A simple PHP 5.5+ Proxmox API client.

17761.8k4](/packages/zzantares-proxmoxve)[saleh7/proxmox-ve_php_api

ProxmoxVE PHP API

11718.7k](/packages/saleh7-proxmox-ve-php-api)[mrkampf/proxmox-ve

Proxmox VE API Client

6238.2k](/packages/mrkampf-proxmox-ve)[irabbi360/laravel-php-proxmox

A PHP package for Proxmox API integration

171.9k](/packages/irabbi360-laravel-php-proxmox)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
