A MyAdmin plugin that provides Plesk control panel integration for automated webhosting provisioning and lifecycle management. It communicates with the Plesk XML API to handle account creation, suspension, reactivation, termination, and IP management operations.
- Automated webhosting account provisioning via the Plesk XML API
- Full service lifecycle management (activate, deactivate, reactivate, terminate)
- Client and subscription CRUD operations
- Site, database, email, and DNS management
- Service plan listing and assignment
- IP address management and migration
- Event-driven architecture using Symfony EventDispatcher
- PHP >= 8.2
- ext-soap
- ext-curl
- ext-xml
- ext-mbstring
Install with Composer:
composer require detain/myadmin-plesk-webhostingcomposer install
vendor/bin/phpunitThis package is licensed under the LGPL-2.1-only license.