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

ActiveLibrary

h1g/proxmox
===========

Laravel 5 Bindings for the ZzAntares ProxmoxVE composer package

v1.0.0(10y ago)51602LGPL-3PHPPHP &gt;=5.4.0

Since Apr 6Pushed 10y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (2)Used By (0)

Proxmox Laravel Bindings
========================

[](#proxmox-laravel-bindings)

This package is a wrapper for the ProxmoxVE package made by ZzAntares (). This package allows easy use of the ProxmoxVE package by adding a facade, and a config file.

License
-------

[](#license)

This package is released under the LGPL. (Read LICENSE)

Tl;dr; you can use it in a proprietary project, but if you modify the actual library, you need to make your changes open source under the LGPL.

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

[](#installation)

Add the package `h1g/proxmox` to your composer.json

```
$ composer require h1g/proxmox 1.*

```

or

```
{
    "require": {
        "h1g/proxmox": "1.*"
    }
}

```

Add the service provider and alias to your app.php

```
'providers' => [
    // ...
    h1g\Proxmox\ProxmoxServiceProvider::class,
    // ...
]

'aliases' => [
    // ...
    'Proxmox'         => h1g\Proxmox\ProxmoxFacade::class,
    // ...
]

```

Publish the configuration file

```
$ php artisan vendor:publish

```

Fill in `app/config/proxmox.php`. This file contains the Proxmox API connection information, and must be filled in before use. (you can also fill in the details in your environment file)

Usage
-----

[](#usage)

Refer to [the original package](https://github.com/zzantares/proxmoxve) for documentation. Instead of `$proxmox->`, use `\Proxmox::`

Example:

```
$allnodes = \Proxmox::get('/nodes');
dd($allnodes);

```

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity58

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

Unknown

Total

1

Last Release

3687d ago

### Community

---

Top Contributors

[![h1g](https://avatars.githubusercontent.com/u/6142843?v=4)](https://github.com/h1g "h1g (1 commits)")

### Embed Badge

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

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

PHPackages © 2026

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