PHPackages                             detain/myadmin-pleskautomation-webhosting - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Admin Panels](/categories/admin)
4. /
5. detain/myadmin-pleskautomation-webhosting

ActiveMyadmin-plugin[Admin Panels](/categories/admin)

detain/myadmin-pleskautomation-webhosting
=========================================

MyAdmin PleskAutomation Webhosting Plugin - Provides Parallels Plesk Automation (PPA) integration for webhosting provisioning, including account creation, subscription management, and webspace lifecycle operations via XML-RPC.

v2.0.0(7y ago)41.7k[1 PRs](https://github.com/myadmin-plugins/pleskautomation-webhosting/pulls)LGPL-2.1-onlyPHPPHP &gt;=5.0.0CI passing

Since Jun 8Pushed 1mo agoCompare

[ Source](https://github.com/myadmin-plugins/pleskautomation-webhosting)[ Packagist](https://packagist.org/packages/detain/myadmin-pleskautomation-webhosting)[ RSS](/packages/detain-myadmin-pleskautomation-webhosting/feed)WikiDiscussions master Synced 2w ago

READMEChangelog (4)Dependencies (8)Versions (8)Used By (0)

MyAdmin PleskAutomation Webhosting Plugin
=========================================

[](#myadmin-pleskautomation-webhosting-plugin)

[![Tests](https://github.com/detain/myadmin-pleskautomation-webhosting/actions/workflows/tests.yml/badge.svg)](https://github.com/detain/myadmin-pleskautomation-webhosting/actions/workflows/tests.yml)[![Latest Stable Version](https://camo.githubusercontent.com/35c6bb230a11b147c56e522f5c9bd9916d45c0e7883806853ab8b9ed2ffad5af/68747470733a2f2f706f7365722e707567782e6f72672f64657461696e2f6d7961646d696e2d706c65736b6175746f6d6174696f6e2d776562686f7374696e672f76657273696f6e)](https://packagist.org/packages/detain/myadmin-pleskautomation-webhosting)[![Total Downloads](https://camo.githubusercontent.com/5e1f165d5b64851398785bc051ec648fb2b989edf75224443af29efd01062f4a/68747470733a2f2f706f7365722e707567782e6f72672f64657461696e2f6d7961646d696e2d706c65736b6175746f6d6174696f6e2d776562686f7374696e672f646f776e6c6f616473)](https://packagist.org/packages/detain/myadmin-pleskautomation-webhosting)[![License](https://camo.githubusercontent.com/1c49b6fea85368d07977a1378edd1f7dd931be5423b9d4c9117688a5fc0b1e2e/68747470733a2f2f706f7365722e707567782e6f72672f64657461696e2f6d7961646d696e2d706c65736b6175746f6d6174696f6e2d776562686f7374696e672f6c6963656e7365)](https://packagist.org/packages/detain/myadmin-pleskautomation-webhosting)

A MyAdmin plugin that integrates Parallels Plesk Automation (PPA) for automated webhosting provisioning and lifecycle management. It provides XML-RPC connectivity to PPA management nodes, handling account creation, subscription activation, webspace provisioning, and service deactivation/termination through the Symfony EventDispatcher hook system.

Features
--------

[](#features)

- XML-RPC 2 connector for Parallels Plesk Automation management nodes
- Full webhosting lifecycle: activate, reactivate, deactivate, terminate
- Account and subscription management via PPA API
- Webspace creation with configurable resource templates
- Domain-to-account lookup and reverse mapping
- Structured exception hierarchy for PPA error handling
- Symfony EventDispatcher integration for MyAdmin hook system

Requirements
------------

[](#requirements)

- PHP 8.2 or higher
- ext-soap
- Symfony EventDispatcher 5.x, 6.x, or 7.x

Installation
------------

[](#installation)

Install via Composer:

```
composer require detain/myadmin-pleskautomation-webhosting
```

Usage
-----

[](#usage)

This package is a MyAdmin plugin that registers event hooks automatically. The `Plugin::getHooks()` method returns all registered event handlers:

- `webhosting.settings` - Plugin configuration in the admin panel
- `webhosting.activate` - Provision a new PPA webhosting account
- `webhosting.reactivate` - Re-enable a suspended subscription
- `webhosting.deactivate` - Suspend an active subscription
- `webhosting.terminate` - Permanently disable a subscription
- `function.requirements` - Register helper function autoloading

Testing
-------

[](#testing)

```
composer install
vendor/bin/phpunit
```

License
-------

[](#license)

This package is licensed under the LGPL-2.1 license. See the [LICENSE](LICENSE) file for details.

###  Health Score

43

—

FairBetter than 90% of packages

Maintenance61

Regular maintenance activity

Popularity25

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~133 days

Recently: every ~166 days

Total

6

Last Release

2644d ago

Major Versions

v0.9.4 → v2.0.02019-04-04

### Community

Maintainers

![](https://www.gravatar.com/avatar/b1036e0717211b8030b83cbe729e8ba6ba442fdbd5285fb97a39d7dcfe339342?d=identicon)[detain](/maintainers/detain)

---

Top Contributors

[![detain](https://avatars.githubusercontent.com/u/1364504?v=4)](https://github.com/detain "detain (187 commits)")

---

Tags

myadminplesk-automationpluginppaservicewebhostinglicenseadministrationpleskautomation

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/detain-myadmin-pleskautomation-webhosting/health.svg)

```
[![Health](https://phpackages.com/badges/detain-myadmin-pleskautomation-webhosting/health.svg)](https://phpackages.com/packages/detain-myadmin-pleskautomation-webhosting)
```

###  Alternatives

[easycorp/easyadmin-bundle

Admin generator for Symfony applications

4.3k17.5M378](/packages/easycorp-easyadmin-bundle)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
