|
1 | | -# VestaCP Webhosting Class |
| 1 | +# VestaCP Webhosting Plugin |
2 | 2 |
|
3 | | -VestaCP Webhosting Class |
| 3 | +[](https://github.com/detain/myadmin-vestacp-webhosting/actions/workflows/tests.yml) |
| 4 | +[](https://packagist.org/packages/detain/myadmin-vestacp-webhosting) |
| 5 | +[](https://packagist.org/packages/detain/myadmin-vestacp-webhosting) |
| 6 | +[](https://packagist.org/packages/detain/myadmin-vestacp-webhosting) |
4 | 7 |
|
5 | | -## Build Status and Code Analysis |
| 8 | +A MyAdmin plugin that provides VestaCP webhosting integration. This package supplies a PHP API client for the VestaCP control panel and an event-driven plugin that handles the full hosting account lifecycle -- activation, reactivation, suspension, and termination -- through the Symfony EventDispatcher. |
6 | 9 |
|
7 | | -Site | Status |
8 | | ---------------|--------------------------- |
9 | | - | [](https://travis-ci.org/detain/myadmin-vestacp-webhosting) |
10 | | - | [](https://codeclimate.com/github/detain/myadmin-vestacp-webhosting) [](https://codeclimate.com/github/detain/myadmin-vestacp-webhosting/coverage) [](https://codeclimate.com/github/detain/myadmin-vestacp-webhosting) |
11 | | - | [](https://scrutinizer-ci.com/g/myadmin-plugins/vestacp-webhosting/?branch=master) [](https://scrutinizer-ci.com/g/myadmin-plugins/vestacp-webhosting/?branch=master) [](https://scrutinizer-ci.com/g/myadmin-plugins/vestacp-webhosting/build-status/master) |
12 | | - | [](https://www.codacy.com/app/detain/myadmin-vestacp-webhosting) [](https://www.codacy.com/app/detain/myadmin-vestacp-webhosting?utm_source=github.com&utm_medium=referral&utm_content=detain/myadmin-vestacp-webhosting&utm_campaign=Badge_Coverage) |
13 | | - | [](https://coveralls.io/github/detain/myadmin-vestacp-webhosting?branch=master) |
14 | | - | [](https://packagist.org/packages/detain/myadmin-vestacp-webhosting) [](https://packagist.org/packages/detain/myadmin-vestacp-webhosting) [](//packagist.org/packages/detain/myadmin-vestacp-webhosting) [](https://packagist.org/packages/detain/myadmin-vestacp-webhosting) [](https://packagist.org/packages/detain/myadmin-vestacp-webhosting) [](https://packagist.org/packages/detain/myadmin-vestacp-webhosting) |
| 10 | +## Features |
15 | 11 |
|
| 12 | +- VestaCP API client with support for account creation, suspension, deletion, domain and database management, and credential verification |
| 13 | +- Event-driven plugin architecture using Symfony EventDispatcher hooks |
| 14 | +- Full hosting lifecycle management (activate, reactivate, deactivate, terminate) |
| 15 | +- Administrative settings and menu integration for the MyAdmin control panel |
| 16 | + |
| 17 | +## Requirements |
| 18 | + |
| 19 | +- PHP >= 5.0 |
| 20 | +- ext-curl |
| 21 | +- ext-soap |
| 22 | +- ext-mbstring |
| 23 | +- Symfony EventDispatcher ^5.0 |
16 | 24 |
|
17 | 25 | ## Installation |
18 | 26 |
|
19 | | -Install with composer like |
| 27 | +Install with Composer: |
20 | 28 |
|
21 | 29 | ```sh |
22 | 30 | composer require detain/myadmin-vestacp-webhosting |
23 | 31 | ``` |
24 | 32 |
|
25 | | -## License |
| 33 | +## Running Tests |
26 | 34 |
|
27 | | -The VestaCP Webhosting 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](LICENSE) license. |
0 commit comments