Download the PHP package irabbi360/laravel-php-proxmox without Composer
On this page you can find all versions of the php package irabbi360/laravel-php-proxmox. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download irabbi360/laravel-php-proxmox
More information about irabbi360/laravel-php-proxmox
Files in irabbi360/laravel-php-proxmox
Package laravel-php-proxmox
Short Description A PHP package for Proxmox API integration
License MIT
Homepage https://github.com/irabbi360/laravel-php-proxmox
Informations about the package laravel-php-proxmox
Proxmox API Integration PHP Package
This PHP Laravel Proxmox library allows, to interact with your Proxmox server via API.
You find any errors, typos or you detect that something is not working as expected please open an issue. I'll try to release a fix asap.
Installation
You can install the package via composer:
You can publish the config file with:
Add this in .env from the proxmox.php config file
How to use
To use the Proxmox functionality, you can call the respective facades in your controller. Import the required facades based on the functionality you need. Here's how you can utilize them:
- For Node-related operations, use the
ProxmoxNodeVM
facade. - For Cluster-related operations, use the
ProxmoxCluster
facade. - For Storage-related operations, use the
ProxmoxStorage
facade.
Make sure to import the corresponding facades into your controller before using them.
Access
Domains
Groups
Roles
Users
Cluster
Backup
Config
Firewall
HA
Replication
Pools
Storage
Nodes
Apt
Ceph
Disks
Nodes Firewall
Lxc
Network
Qemu
Nodes Replication
Scan
Service
Nodes Storage
Tasks
Vzdump
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
- Fazle Rabbi
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of laravel-php-proxmox with dependencies
ext-curl Version *