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

ActiveLibrary

rene-roscher/proxmox
====================

Laravel Bindings for the ZzAntares ProxmoxVE composer package

0.0.1(5y ago)072MITPHPPHP &gt;=7.0.0

Since Jul 21Pushed 5y agoCompare

[ Source](https://github.com/Rene-Roscher/proxmox)[ Packagist](https://packagist.org/packages/rene-roscher/proxmox)[ Docs](http://github.com/InFeCtedEv/proxmox)[ RSS](/packages/rene-roscher-proxmox/feed)WikiDiscussions master Synced today

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

Proxmox Laravel Bindings | Updated by InFeCtedEv | For Laravel 7.\*
===================================================================

[](#proxmox-laravel-bindings--updated-by-infectedev--for-laravel-7)

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.

Update
------

[](#update)

Updated for Laravel 5.5 by Rushore

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 `Rushore/proxmox` to your composer.json

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

```

or

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

```

Add the service provider and alias to your app.php

```
'providers' => [
    // ...
    'Someguy123\Proxmox\ProxmoxServiceProvider',
    // ...
]

'aliases' => [
    // ...
    'Proxmox'         => 'Someguy123\Proxmox\ProxmoxFacade',
    // ...
]

```

Fill in `app/config/packages/Rushore/proxmox/server.php`or `config/packages/Rushore/proxmox/server.php` depending on your Laravel version. 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

21

—

LowBetter than 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity40

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 58.3% 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

2121d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/1fb36e30fba441ae796193c1f181cfba0489c29b2e6721227bbfe4dc8fe29bac?d=identicon)[Rene Roscher](/maintainers/Rene%20Roscher)

---

Top Contributors

[![Rushore](https://avatars.githubusercontent.com/u/33157397?v=4)](https://github.com/Rushore "Rushore (14 commits)")[![Rene-Roscher](https://avatars.githubusercontent.com/u/43115138?v=4)](https://github.com/Rene-Roscher "Rene-Roscher (8 commits)")[![Someguy123](https://avatars.githubusercontent.com/u/1267260?v=4)](https://github.com/Someguy123 "Someguy123 (2 commits)")

---

Tags

laravelProxmoxproxmoxve

### Embed Badge

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

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

###  Alternatives

[rtconner/laravel-likeable

Trait for Laravel Eloquent models to allow easy implementation of a 'like' or 'favorite' or 'remember' feature.

394388.0k5](/packages/rtconner-laravel-likeable)[hemp/presenter

Easy Model Presenters in Laravel

247592.6k1](/packages/hemp-presenter)[slowlyo/owl-admin

基于 laravel、amis 开发的后台框架~

61214.2k26](/packages/slowlyo-owl-admin)[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)
