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

ActiveLibrary[API Development](/categories/api)

rushore/proxmox
===============

Laravel Bindings for the ZzAntares ProxmoxVE composer package

091PHP

Since Nov 5Pushed 8y agoCompare

[ Source](https://github.com/Rushore/proxmox)[ Packagist](https://packagist.org/packages/rushore/proxmox)[ RSS](/packages/rushore-proxmox/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependenciesVersions (1)Used By (0)

Proxmox Laravel Bindings | Updated by Rushore | For Laravel 5.5
===============================================================

[](#proxmox-laravel-bindings--updated-by-rushore--for-laravel-55)

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

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

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

### Community

Maintainers

![](https://www.gravatar.com/avatar/b8fea9b7c9296841e6b6449423228be8127e1429414baafe16ec645842c112b9?d=identicon)[Rushore](/maintainers/Rushore)

---

Top Contributors

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

### Embed Badge

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

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

###  Alternatives

[stripe/stripe-php

Stripe PHP Library

4.0k143.3M480](/packages/stripe-stripe-php)[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M272](/packages/twilio-sdk)[knplabs/github-api

GitHub API v3 client

2.2k15.8M187](/packages/knplabs-github-api)[facebook/php-business-sdk

PHP SDK for Facebook Business

90121.9M34](/packages/facebook-php-business-sdk)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

73813.7M114](/packages/meilisearch-meilisearch-php)[google/gax

Google API Core for PHP

263103.1M454](/packages/google-gax)

PHPackages © 2026

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