PHPackages                             marcorombach/laravel-aaf-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. [Authentication &amp; Authorization](/categories/authentication)
4. /
5. marcorombach/laravel-aaf-radius

ActiveLibrary[Authentication &amp; Authorization](/categories/authentication)

marcorombach/laravel-aaf-radius
===============================

RADIUS Module for Laravel and AAF RADIUS Server

233PHP

Since Sep 15Pushed 3y ago1 watchersCompare

[ Source](https://github.com/marcorombach/laravel-aaf-radius)[ Packagist](https://packagist.org/packages/marcorombach/laravel-aaf-radius)[ RSS](/packages/marcorombach-laravel-aaf-radius/feed)WikiDiscussions master Synced 4d ago

READMEChangelogDependenciesVersions (1)Used By (0)

laravel-aaf-radius
==================

[](#laravel-aaf-radius)

Simple Radius Authentication for 2FA Radius Servers like NetIQ AAF. To use this package, the Laravel User Model needs at least a field named username. It's recommended to define a post login route and a error route. The error route is called with a flashed session variable (session('error')) containing information to display.

To configure this package with NetIQ Advanced Authentication, the NAS (RADIUS Client) has to be registered on the RADIUS Policy page.

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

[](#installation)

Install the package via composer:

```
composer require marcorombach/laravel-aaf-radius
```

You can publish the config file with:

```
php artisan vendor:publish --tag="aaf-radius-config"
```

This is the contents of the published config file:

```
return [
    'server' => '', //IP of the Radius Server
    'secret' => '', //Radius secret
    'nasip' => '', //IP of the webserver (Radius Client)
    'post-login-route' => '', //Route to redirect to after login - if not set you will be redirected to the base URL
    'error-route' => '', //Route to redirect to on login error - redirects with $error variable set
];
```

The first 3 options are required.

Usage
-----

[](#usage)

```
$radius = new LaravelAafRadius();
return $radius->authenticate($request->username, $request->password);
```

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

[](#requirements)

- PHP 7.4 or greater
- Laravel 8.0 or greater

Credits
-------

[](#credits)

- [dapphp - RADIUS](https://github.com/dapphp/radius)
- [Marco Rombach](https://github.com/marcorombach)

###  Health Score

17

—

LowBetter than 6% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity25

Early-stage or recently created project

 Bus Factor1

Top contributor holds 60% 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.

### Community

Maintainers

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

---

Top Contributors

[![marcorombach-sauter](https://avatars.githubusercontent.com/u/188306274?v=4)](https://github.com/marcorombach-sauter "marcorombach-sauter (12 commits)")[![marcorombach](https://avatars.githubusercontent.com/u/36333308?v=4)](https://github.com/marcorombach "marcorombach (8 commits)")

### Embed Badge

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

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

###  Alternatives

[tg/tgwebvalid

An easy way to validate Telegram Login Widget and Telegram Mini App users on your website using PHP

6827.5k1](/packages/tg-tgwebvalid)[vitalybaev/laravel5-dkim

Laravel 5/6 package for signing outgoing messages with DKIM.

3163.1k](/packages/vitalybaev-laravel5-dkim)[kissdigital-com/apple-sign-in-client-secret-generator

PHP package for generating 'client secret' for Sign In with Apple

2125.5k](/packages/kissdigital-com-apple-sign-in-client-secret-generator)[denniseilander/laravel-passport-scopes-restriction

Restrict scopes for different Laravel Passport clients.

1636.3k](/packages/denniseilander-laravel-passport-scopes-restriction)

PHPackages © 2026

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