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

ActiveLibrary

someguy123/proxmox
==================

Laravel Bindings for the ZzAntares ProxmoxVE composer package

v1.0.0(11y ago)232[1 issues](https://github.com/Someguy123/proxmox/issues)LGPL-3PHPPHP &gt;=5.4.0

Since Sep 2Pushed 11y ago1 watchersCompare

[ Source](https://github.com/Someguy123/proxmox)[ Packagist](https://packagist.org/packages/someguy123/proxmox)[ Docs](http://github.com/someguy123/proxmox)[ RSS](/packages/someguy123-proxmox/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (2)Versions (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 `someguy123/proxmox` to your composer.json

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

```

or

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

```

Add the service provider and alias to your app.php

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

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

```

Publish the configuration file

```
$ php artisan config:publish someguy123/proxmox

```

**(Laravel 4.3 / 5)**

```
$ php artisan publish:config someguy123/proxmox

```

Fill in `app/config/packages/someguy123/proxmox/server.php`or `config/packages/someguy123/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);

```

Donations
---------

[](#donations)

I accept both Bitcoin and Litecoin donations. Please be aware that I only created the wrapper, not the original Proxmox class.

**Bitcoin:** 1SomguYYsdeBFYv9ujGt1V64PwssXco5z

**Litecoin:** LYmpJZm1WrP5FSnxwkV2TTo5SkAF4Eha31

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance10

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community9

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

4268d ago

### Community

Maintainers

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

---

Top Contributors

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

---

Tags

laravelProxmoxproxmoxve

### Embed Badge

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

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

###  Alternatives

[slowlyo/owl-admin

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

61214.2k26](/packages/slowlyo-owl-admin)[erag/laravel-disposable-email

A Laravel package to detect and block disposable email addresses.

226102.4k](/packages/erag-laravel-disposable-email)[highsolutions/eloquent-sequence

A Laravel package for easy creation and management sequence support for Eloquent models with elastic configuration.

121130.3k](/packages/highsolutions-eloquent-sequence)[glhd/linen

21135.6k](/packages/glhd-linen)[interaction-design-foundation/laravel-geoip

Support for multiple Geographical Location services.

17221.0k3](/packages/interaction-design-foundation-laravel-geoip)

PHPackages © 2026

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