Download the PHP package boudhraadhia7/vultr-php-sdk without Composer
On this page you can find all versions of the php package boudhraadhia7/vultr-php-sdk. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download boudhraadhia7/vultr-php-sdk
More information about boudhraadhia7/vultr-php-sdk
Files in boudhraadhia7/vultr-php-sdk
Download boudhraadhia7/vultr-php-sdk
More information about boudhraadhia7/vultr-php-sdk
Files in boudhraadhia7/vultr-php-sdk
Vendor boudhraadhia7
Package vultr-php-sdk
Short Description Vultr API v2 client with Laravel & Symfony friendly configuration.
License MIT
Package vultr-php-sdk
Short Description Vultr API v2 client with Laravel & Symfony friendly configuration.
License MIT
Please rate this library. Is it a good library?
Informations about the package vultr-php-sdk
Vultr API v2 PHP Client (Laravel & Symfony)
A modern PHP client for the Vultr API v2, optimized for Laravel and Symfony.
Works with any PHP 8.1+ project.
Features
- Instance (server) management
- Regions, Plans, and Operating Systems
- Applications & Marketplace
- DNS, Block Storage, Backups, Snapshots, Object Storage, SSH Keys, and more
Installation
Install via Composer:
Usage
php // config/services.php return [ // ... 'vultr' => [ 'key' => env('VULTR_API_KEY'), 'url' => env('VULTR_API_URL', 'https://api.vultr.com/'), ], ];
Contributing
Pull requests are welcome!
Please submit improvements or fixes via PRs.
License
Licensed under the MIT License.
Credits
All versions of vultr-php-sdk with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.2
ext-curl Version *
ext-curl Version *
The package boudhraadhia7/vultr-php-sdk contains the following files
Loading the files please wait ...