|
1 | | -# Hyperv Vps Class |
| 1 | +# MyAdmin Hyper-V VPS Plugin |
2 | 2 |
|
3 | | -Hyperv Vps Class |
| 3 | +[](https://github.com/detain/myadmin-hyperv-vps/actions/workflows/tests.yml) |
| 4 | +[](https://packagist.org/packages/detain/myadmin-hyperv-vps) |
| 5 | +[](https://packagist.org/packages/detain/myadmin-hyperv-vps) |
| 6 | +[](https://packagist.org/packages/detain/myadmin-hyperv-vps) |
4 | 7 |
|
5 | | -## Build Status and Code Analysis |
| 8 | +A MyAdmin plugin for managing Microsoft Hyper-V virtual private servers. This package provides full lifecycle management of Hyper-V VPS instances including provisioning, configuration, power control, disk resizing, IOPS management, and teardown through a SOAP-based API integration. |
6 | 9 |
|
7 | | -Site | Status |
8 | | ---------------|--------------------------- |
9 | | - | [](https://travis-ci.org/detain/myadmin-hyperv-vps) |
10 | | - | [](https://codeclimate.com/github/detain/myadmin-hyperv-vps) [](https://codeclimate.com/github/detain/myadmin-hyperv-vps/coverage) [](https://codeclimate.com/github/detain/myadmin-hyperv-vps) |
11 | | - | [](https://scrutinizer-ci.com/g/myadmin-plugins/hyperv-vps/?branch=master) [](https://scrutinizer-ci.com/g/myadmin-plugins/hyperv-vps/?branch=master) [](https://scrutinizer-ci.com/g/myadmin-plugins/hyperv-vps/build-status/master) |
12 | | - | [](https://www.codacy.com/app/detain/myadmin-hyperv-vps) [](https://www.codacy.com/app/detain/myadmin-hyperv-vps?utm_source=github.com&utm_medium=referral&utm_content=detain/myadmin-hyperv-vps&utm_campaign=Badge_Coverage) |
13 | | - | [](https://coveralls.io/github/detain/myadmin-hyperv-vps?branch=master) |
14 | | - | [](https://packagist.org/packages/detain/myadmin-hyperv-vps) [](https://packagist.org/packages/detain/myadmin-hyperv-vps) [](//packagist.org/packages/detain/myadmin-hyperv-vps) [](https://packagist.org/packages/detain/myadmin-hyperv-vps) [](https://packagist.org/packages/detain/myadmin-hyperv-vps) [](https://packagist.org/packages/detain/myadmin-hyperv-vps) |
| 10 | +## Features |
15 | 11 |
|
| 12 | +- Virtual machine creation with configurable RAM, disk, and OS template |
| 13 | +- Power management (start, stop, reboot, pause, resume) |
| 14 | +- Dynamic CPU and memory resizing via slice-based allocation |
| 15 | +- IOPS rate limiting with configurable min/max thresholds |
| 16 | +- Automated IP assignment and network configuration |
| 17 | +- Administrator password management |
| 18 | +- Event-driven architecture using Symfony EventDispatcher |
| 19 | +- Queue-based operation sequencing for multi-step workflows |
16 | 20 |
|
17 | 21 | ## Installation |
18 | 22 |
|
19 | | -Install with composer like |
20 | | - |
21 | 23 | ```sh |
22 | 24 | composer require detain/myadmin-hyperv-vps |
23 | 25 | ``` |
24 | 26 |
|
25 | | -## License |
| 27 | +## Requirements |
| 28 | + |
| 29 | +- PHP >= 5.0 |
| 30 | +- ext-soap |
| 31 | +- Symfony EventDispatcher ^5.0 |
| 32 | + |
| 33 | +## Running Tests |
26 | 34 |
|
27 | | -The Hyperv Vps Class class is licensed under the LGPL-v2.1 license. |
| 35 | +```sh |
| 36 | +composer install |
| 37 | +vendor/bin/phpunit |
| 38 | +``` |
| 39 | + |
| 40 | +## License |
28 | 41 |
|
| 42 | +This package is licensed under the [LGPL-2.1](https://www.gnu.org/licenses/old-licenses/lgpl-2.1.en.html) license. |
0 commit comments