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

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

mivodev/laravel-radius
======================

Laravel Wrapper for Mivo Radius UDP Client with Hybrid Connection Manager.

v0.1.1(1mo ago)0187MITPHPPHP ^8.2

Since May 27Pushed 1mo agoCompare

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

READMEChangelogDependencies (2)Versions (3)Used By (0)

[![Mivo Laravel Radius Wrapper](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 Laravel Radius Wrapper
===========================

[](#mivo-laravel-radius-wrapper)

A Laravel Facade and Hybrid Connection Manager for `mivodev/radius`.

This package simplifies the integration of the UDP Radius client into Mivo Enterprise by providing dynamic configuration management (e.g. connecting to different Edge Routers dynamically) and a clean, static interface.

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

[](#installation)

```
composer require mivodev/laravel-radius
```

Features
--------

[](#features)

- **Hybrid Connection Manager**: Seamlessly switch between default (`.env`) and dynamic configuration arrays fetched from the database.
- **Facade**: Intuitive `Radius::` interface.

Usage
-----

[](#usage)

### Using the Default Connection

[](#using-the-default-connection)

```
use Mivo\LaravelRadius\Facades\Radius;

// Disconnect a user on the default server configured in .env
$success = Radius::disconnectUser('john_doe');
```

### Using a Dynamic Connection (Mivo Enterprise Multi-Tenant)

[](#using-a-dynamic-connection-mivo-enterprise-multi-tenant)

```
use Mivo\LaravelRadius\Facades\Radius;

// Fetch NAS IP dynamically from the database
$nasConfig = [
    'server' => '10.0.0.5',
    'secret' => 'nas_secret_key',
    'port'   => 3799,
];

// Disconnect user on a specific NAS
$success = Radius::connect($nasConfig)->disconnectUser('john_doe');
```

###  Health Score

37

—

LowBetter than 81% of packages

Maintenance89

Actively maintained with recent releases

Popularity10

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity37

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

Every ~0 days

Total

2

Last Release

57d 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 (9 commits)")

---

Tags

laravelfacadeudpradiusmivo

### Embed Badge

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

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

###  Alternatives

[psalm/plugin-laravel

Psalm plugin for Laravel

3345.3M347](/packages/psalm-plugin-laravel)[renatomarinho/laravel-page-speed

Laravel Page Speed

2.5k1.7M11](/packages/renatomarinho-laravel-page-speed)[vinkius-labs/laravel-page-speed

Laravel Page Speed

2.5k12.5k1](/packages/vinkius-labs-laravel-page-speed)[emargareten/inertia-modal

Inertia Modal is a Laravel package that lets you implement backend-driven modal dialogs for Inertia apps.

90142.9k](/packages/emargareten-inertia-modal)[wearepixel/laravel-cart

A cart implementation for Laravel

1374.8k](/packages/wearepixel-laravel-cart)[tomshaw/electricgrid

A feature-rich Livewire package designed for projects that require dynamic, interactive data tables.

119.4k](/packages/tomshaw-electricgrid)

PHPackages © 2026

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