Download the PHP package codeiqbv/laravel-virtualizor without Composer
On this page you can find all versions of the php package codeiqbv/laravel-virtualizor. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download codeiqbv/laravel-virtualizor
More information about codeiqbv/laravel-virtualizor
Files in codeiqbv/laravel-virtualizor
Package laravel-virtualizor
Short Description Integration between Laravel and Virtualizro
License MIT
Homepage https://github.com/codeiqbv/laravel-virtualizor
Informations about the package laravel-virtualizor
Laravel Virtualizor
A Laravel package that provides a clean and elegant way to interact with the Virtualizor API. This package offers a fluent interface for both Admin and Enduser APIs, making it easy to manage your Virtualizor infrastructure from your Laravel application.
Features
- ๐ Full support for both Admin and Enduser APIs
- ๐ช Fluent interface with proper type hinting
- ๐ก๏ธ Comprehensive error handling
- ๐ Extensive documentation
- โก Laravel integration with config file and facade
- ๐งช Well tested
Requirements
- PHP 8.0 or higher
- Laravel 10.0 or higher
Installation
You can install the package via composer:
Configuration
Publish the config file:
Add your credentials to .env
:
Usage
Admin API
Check our wiki to find out how you do certain calls. It is easy. You can also check the Virtualizor API docs, we covered almost every endpoint and are still working on adding more. In the WIKI directory we try to add documentation as best as we can.
Error Handling
The package throws VirtualizorApiException
for API errors:
License
The MIT License (MIT). Please see License File for more information.
All versions of laravel-virtualizor with dependencies
spatie/laravel-package-tools Version ^1.16
illuminate/contracts Version ^10.0||^11.0