|
1 | | -# SSL Certificates Module for MyAdmin |
| 1 | +# MyAdmin SSL Certificates Module |
2 | 2 |
|
3 | | -SSL Certificates Module for MyAdmin |
| 3 | +[](https://github.com/detain/myadmin-ssl-module/actions/workflows/tests.yml) |
| 4 | +[](https://opensource.org/licenses/LGPL-2.1) |
| 5 | +[](https://packagist.org/packages/detain/myadmin-ssl-module) |
4 | 6 |
|
5 | | -## Build Status and Code Analysis |
| 7 | +SSL Certificates module for the [MyAdmin](https://github.com/detain/myadmin) control panel. Provides provisioning, activation, reactivation, and lifecycle management of SSL certificate services with automated admin notifications and billing integration. |
6 | 8 |
|
7 | | -Site | Status |
8 | | ---------------|--------------------------- |
9 | | - | [](https://travis-ci.org/detain/myadmin-ssl-module) |
10 | | - | [](https://codeclimate.com/github/detain/myadmin-ssl-module) [](https://codeclimate.com/github/detain/myadmin-ssl-module/coverage) [](https://codeclimate.com/github/detain/myadmin-ssl-module) |
11 | | - | [](https://scrutinizer-ci.com/g/myadmin-plugins/ssl-module/?branch=master) [](https://scrutinizer-ci.com/g/myadmin-plugins/ssl-module/?branch=master) [](https://scrutinizer-ci.com/g/myadmin-plugins/ssl-module/build-status/master) |
12 | | - | [](https://www.codacy.com/app/detain/myadmin-ssl-module) [](https://www.codacy.com/app/detain/myadmin-ssl-module?utm_source=github.com&utm_medium=referral&utm_content=detain/myadmin-ssl-module&utm_campaign=Badge_Coverage) |
13 | | - | [](https://coveralls.io/github/detain/myadmin-ssl-module?branch=master) |
14 | | - | [](https://packagist.org/packages/detain/myadmin-ssl-module) [](https://packagist.org/packages/detain/myadmin-ssl-module) [](//packagist.org/packages/detain/myadmin-ssl-module) [](https://packagist.org/packages/detain/myadmin-ssl-module) [](https://packagist.org/packages/detain/myadmin-ssl-module) [](https://packagist.org/packages/detain/myadmin-ssl-module) |
| 9 | +## Features |
15 | 10 |
|
| 11 | +- Full service lifecycle support: enable, reactivate, disable |
| 12 | +- Automated admin email notifications for certificate creation and reactivation |
| 13 | +- Symfony EventDispatcher integration for hook-based architecture |
| 14 | +- Configurable billing, suspension, and deletion policies |
| 15 | +- Out-of-stock toggle for sales control |
16 | 16 |
|
17 | | -## Installation |
| 17 | +## Requirements |
| 18 | + |
| 19 | +- PHP >= 5.0 |
| 20 | +- ext-soap |
| 21 | +- Symfony EventDispatcher ^5.0 |
| 22 | +- MyAdmin Plugin Installer |
18 | 23 |
|
19 | | -Install with composer like |
| 24 | +## Installation |
20 | 25 |
|
21 | | -```sh |
| 26 | +```bash |
22 | 27 | composer require detain/myadmin-ssl-module |
23 | 28 | ``` |
24 | 29 |
|
25 | | -## License |
| 30 | +## Testing |
26 | 31 |
|
27 | | -The SSL Certificates Module for MyAdmin class is licensed under the LGPL-v2.1 license. |
| 32 | +```bash |
| 33 | +composer install |
| 34 | +vendor/bin/phpunit |
| 35 | +``` |
| 36 | + |
| 37 | +## License |
28 | 38 |
|
| 39 | +This package is licensed under the [LGPL-2.1](LICENSE). |
0 commit comments