PHPackages                             detain/myadmin-softaculous-licensing - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. detain/myadmin-softaculous-licensing

ActiveMyadmin-plugin[Utility &amp; Helpers](/categories/utility)

detain/myadmin-softaculous-licensing
====================================

Softaculous Licensing Class

v2.0.0(6y ago)51.1k1[1 PRs](https://github.com/myadmin-plugins/softaculous-licensing/pulls)1LGPL-2.1-onlyPHPPHP &gt;=5.3.0CI passing

Since May 25Pushed 1w agoCompare

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

READMEChangelog (2)Dependencies (8)Versions (8)Used By (1)

MyAdmin Softaculous Licensing
=============================

[](#myadmin-softaculous-licensing)

[![Tests](https://github.com/detain/myadmin-softaculous-licensing/actions/workflows/tests.yml/badge.svg)](https://github.com/detain/myadmin-softaculous-licensing/actions/workflows/tests.yml)[![Latest Stable Version](https://camo.githubusercontent.com/592ec3e0af3805a79f4ff3db5d1fb569a927202db598c56a54064587b2328216/68747470733a2f2f706f7365722e707567782e6f72672f64657461696e2f6d7961646d696e2d736f66746163756c6f75732d6c6963656e73696e672f76657273696f6e)](https://packagist.org/packages/detain/myadmin-softaculous-licensing)[![Total Downloads](https://camo.githubusercontent.com/2b259234789a94704c2853754c414d356bce290025e0cc60ffdc071cc6a2e5ae/68747470733a2f2f706f7365722e707567782e6f72672f64657461696e2f6d7961646d696e2d736f66746163756c6f75732d6c6963656e73696e672f646f776e6c6f616473)](https://packagist.org/packages/detain/myadmin-softaculous-licensing)[![License](https://camo.githubusercontent.com/851421c725cd7c72f71baecb5d9cb965c6d7006e497929e361370319b1d14c9f/68747470733a2f2f706f7365722e707567782e6f72672f64657461696e2f6d7961646d696e2d736f66746163756c6f75732d6c6963656e73696e672f6c6963656e7365)](https://packagist.org/packages/detain/myadmin-softaculous-licensing)

A PHP library for managing Softaculous, Webuzo, Virtualizor, and SiteMush licenses through the Softaculous NOC API. This package provides a MyAdmin plugin integration layer along with a standalone API client for license lifecycle operations including purchasing, renewal, cancellation, refunds, IP management, and auto-renewal configuration.

Features
--------

[](#features)

- Full Softaculous NOC API client (`SoftaculousNOC`) supporting Softaculous, Webuzo, Virtualizor, and SiteMush products
- MyAdmin plugin integration with event-driven hooks for license activation, deactivation, and IP changes
- XML/Array conversion utilities (`ArrayToXML`)
- Invoice and billing transaction management
- Auto-renewal management

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

[](#requirements)

- PHP 8.2 or higher
- ext-soap
- ext-curl
- ext-simplexml

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

[](#installation)

Install via Composer:

```
composer require detain/myadmin-softaculous-licensing
```

Usage
-----

[](#usage)

```
use Detain\MyAdminSoftaculous\SoftaculousNOC;

$noc = new SoftaculousNOC('your-username', 'your-password');

// Purchase a license
$result = $noc->buy('198.198.198.198', '1M', 1, 'admin@example.com', 1);

// List all licenses
$licenses = $noc->licenses();

// Cancel a license by key
$noc->cancel('88888-88888-88888-88888-88888');
```

Running Tests
-------------

[](#running-tests)

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

License
-------

[](#license)

This package is licensed under the LGPL-2.1 license.

###  Health Score

44

↑

FairBetter than 92% of packages

Maintenance64

Regular maintenance activity

Popularity25

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor1

Top contributor holds 99% 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 ~175 days

Recently: every ~218 days

Total

6

Last Release

2400d ago

Major Versions

v0.0.1 → v1.0.12017-05-30

v1.1.0 → v2.0.02019-10-18

PHP version history (2 changes)v0.0.1PHP &gt;=5.0.0

v1.1.0PHP &gt;=5.3.0

### 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 (201 commits)")[![kumar-interserver](https://avatars.githubusercontent.com/u/29834101?v=4)](https://github.com/kumar-interserver "kumar-interserver (2 commits)")

---

Tags

licensemyadminpluginsoftaculouslicenseadministrationsoftaculous

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/detain-myadmin-softaculous-licensing/health.svg)

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

PHPackages © 2026

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