PHPackages                             mivodev/radius - 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. mivodev/radius

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

mivodev/radius
==============

A pure PHP RADIUS protocol client (UDP) for Mivo Enterprise. Framework-Agnostic.

v0.1.0(1mo ago)0189↓88.9%1MITPHPPHP ^8.2

Since May 27Pushed 1mo agoCompare

[ Source](https://github.com/mivodev/radius)[ Packagist](https://packagist.org/packages/mivodev/radius)[ Docs](https://github.com/mivodev/radius)[ RSS](/packages/mivodev-radius/feed)WikiDiscussions main Synced 1w ago

READMEChangelogDependenciesVersions (2)Used By (1)

[![Mivo Radius Core](https://raw.githubusercontent.com/mivodev/.github/main/profile/assets/img/logo-banner.png)](https://raw.githubusercontent.com/mivodev/.github/main/profile/assets/img/logo-banner.png)

Mivo Radius Core
================

[](#mivo-radius-core)

A pure PHP RADIUS protocol client for Mivo Enterprise.

This package provides a framework-agnostic implementation to send RADIUS packets (UDP) such as Access-Request, Accounting-Request, Disconnect-Request (PoD), and CoA (Change of Authorization) to a RADIUS Server or a NAS (e.g. Mikrotik RouterOS).

Features
--------

[](#features)

- Pure UDP Socket Client (no PDO / database connections).
- Supports standard RADIUS Authentication and Accounting (RFC 2865, RFC 2866).
- Supports Dynamic Authorization / CoA / PoD (RFC 5176).

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

[](#requirements)

- PHP 8.2+
- `ext-sockets` enabled

Usage
-----

[](#usage)

```
use Mivo\Radius\RadiusClient;

$client = new RadiusClient('192.168.1.1', 'secret', 3799); // Port 3799 for CoA/PoD
$response = $client->disconnectUser('john_doe');

if ($response) {
    echo "User disconnected successfully!";
}
```

###  Health Score

37

—

LowBetter than 81% of packages

Maintenance88

Actively maintained with recent releases

Popularity10

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity36

Early-stage or recently created project

 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

Unknown

Total

1

Last Release

58d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/66510723?v=4)[DyzulkDev](/maintainers/dyzulk)[@dyzulk](https://github.com/dyzulk)

---

Top Contributors

[![dyzulk](https://avatars.githubusercontent.com/u/66510723?v=4)](https://github.com/dyzulk "dyzulk (8 commits)")

---

Tags

udpradiusrfc2865COApodmivo

### Embed Badge

![Health badge](/badges/mivodev-radius/health.svg)

```
[![Health](https://phpackages.com/badges/mivodev-radius/health.svg)](https://phpackages.com/packages/mivodev-radius)
```

###  Alternatives

[corley/influxdb-sdk

Send your app metrics to InfluxDB

84298.1k1](/packages/corley-influxdb-sdk)[dapphp/radius

A pure PHP RADIUS client based on the SysCo/al implementation

841.1M2](/packages/dapphp-radius)[swoole/library

Library of Swoole

2517.3k](/packages/swoole-library)[sylius/addressing-bundle

Addressing and zone management for Symfony applications.

34235.1k5](/packages/sylius-addressing-bundle)

PHPackages © 2026

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