PHPackages                             detain/myadmin-ksplice-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-ksplice-licensing

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

detain/myadmin-ksplice-licensing
================================

Ksplice Licensing Class

v2.0.0(6y ago)4893[1 PRs](https://github.com/myadmin-plugins/ksplice-licensing/pulls)LGPL-2.1-onlyPHPPHP &gt;=5.0.0CI failing

Since May 31Pushed 1w agoCompare

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

READMEChangelog (8)Dependencies (9)Versions (7)Used By (0)

MyAdmin Ksplice Licensing
=========================

[](#myadmin-ksplice-licensing)

[![Build Status](https://github.com/detain/myadmin-ksplice-licensing/actions/workflows/tests.yml/badge.svg)](https://github.com/detain/myadmin-ksplice-licensing/actions)[![Latest Stable Version](https://camo.githubusercontent.com/2ebbd99921f6a4672678d3562f8e1f06fdefca82936ff19319a4b00f3f30d98e/68747470733a2f2f706f7365722e707567782e6f72672f64657461696e2f6d7961646d696e2d6b73706c6963652d6c6963656e73696e672f76657273696f6e)](https://packagist.org/packages/detain/myadmin-ksplice-licensing)[![Total Downloads](https://camo.githubusercontent.com/5d86b4f040129fd710fc64ffeca3ab99fff754a3b69d27c899be20deff3e1c45/68747470733a2f2f706f7365722e707567782e6f72672f64657461696e2f6d7961646d696e2d6b73706c6963652d6c6963656e73696e672f646f776e6c6f616473)](https://packagist.org/packages/detain/myadmin-ksplice-licensing)[![License](https://camo.githubusercontent.com/02da77773e29d66b39066a70744255d495be9182ed7f3a1160f3106eabb10fc5/68747470733a2f2f706f7365722e707567782e6f72672f64657461696e2f6d7961646d696e2d6b73706c6963652d6c6963656e73696e672f6c6963656e7365)](https://packagist.org/packages/detain/myadmin-ksplice-licensing)

A MyAdmin plugin for managing Oracle Ksplice rebootless kernel update licenses. Provides an API client for the Ksplice Uptrack service and integrates with the MyAdmin event-driven plugin system for license activation, deactivation, and IP management.

Features
--------

[](#features)

- Ksplice Uptrack API client for machine listing, authorization, and group management
- Event-driven plugin architecture with Symfony EventDispatcher integration
- License activation and deactivation handlers
- IP-based and UUID-based machine lookups
- Admin menu integration for license management

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

[](#installation)

Install with Composer:

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

Usage
-----

[](#usage)

The plugin registers event hooks automatically through the MyAdmin plugin system. For direct API access:

```
use Detain\MyAdminKsplice\Ksplice;

$ksplice = new Ksplice($apiUsername, $apiKey);
$machines = $ksplice->listMachines();
$uuid = $ksplice->ipToUuid('10.0.0.1');
$ksplice->authorizeMachine($uuid);
```

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

[](#running-tests)

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

License
-------

[](#license)

Licensed under the LGPL-2.1. See [LICENSE](https://www.gnu.org/licenses/old-licenses/lgpl-2.1.html) for details.

###  Health Score

42

—

FairBetter than 90% of packages

Maintenance64

Regular maintenance activity

Popularity23

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity62

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 ~184 days

Total

5

Last Release

2534d ago

Major Versions

v0.9.0 → v1.1.02017-06-23

v1.3.0 → v2.0.02019-06-07

### 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 (149 commits)")

---

Tags

ksplicelicensemyadminpluginlicenseadministrationksplice

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

PHPackages © 2026

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