detain / myadmin-webhosting-module
Webhosting service module for the MyAdmin multiserver control panel. Provides automated provisioning, suspension, reactivation, and termination of shared hosting accounts across multiple hosting platforms including ISPconfig and ISPmanager.
Package info
github.com/myadmin-plugins/webhosting-module
Type:myadmin-plugin
pkg:composer/detain/myadmin-webhosting-module
Requires
- php: >=5.0.0
- ext-soap: *
- detain/myadmin-plugin-installer: dev-master
- symfony/event-dispatcher: >=2.8.26
Requires (Dev)
- codacy/coverage: dev-master
- codeclimate/php-test-reporter: dev-master
- phpunit/phpunit: *
- phpunit/phpunit-mock-objects: *
- satooshi/php-coveralls: *
- vlucas/phpdotenv: *
This package is auto-updated.
Last update: 2026-03-19 17:10:47 UTC
README
Webhosting service module for the MyAdmin multiserver control panel. Provides automated lifecycle management of shared hosting accounts -- provisioning, suspension, reactivation, and termination -- across multiple hosting platforms including ISPconfig and ISPmanager.
Features
- Event-driven architecture using Symfony EventDispatcher
- Automated service provisioning with configurable server selection
- Suspension and reactivation workflows with admin email notifications
- Graceful termination with error handling and fallback notifications
- Configurable billing integration (prorate billing, repeat invoices)
- Out-of-stock controls per hosting platform type
- Demo/trial hosting with configurable expiration and extension periods
- Daily package sale limiting with multiplier support
Requirements
- PHP 8.2 or higher
- ext-soap
- Symfony EventDispatcher 5.x, 6.x, or 7.x
Installation
composer require detain/myadmin-webhosting-module
Testing
composer install vendor/bin/phpunit
License
Licensed under the LGPL-2.1.