davidjeddy/yii2-naabs3

This package is abandoned and no longer maintained. No replacement package was suggested.

FreeRadius administration module for Yii2.

Maintainers

Package info

github.com/davidjeddy/yii2-naabs3

pkg:composer/davidjeddy/yii2-naabs3

Statistics

Installs: 0

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

dev-master 2026-04-19 00:23 UTC

This package is auto-updated.

Last update: 2026-04-19 00:24:48 UTC


README

[!WARNING] ⚠️ This project has been archived and is no longer maintained. ⚠️

Github has shown it does not respect its users. Other have said it better than I can.

Development has moved to Codeberg: ➡️ https://codeberg.org/DavidJEddy/yii2-naabs3

Please update your remotes:

git remote set-url origin https://codeberg.org/DavidJEddy/yii2-naabs3

Naabs 3

What

Naabs 3 (Network access and billing service, version 3) is a module for the Yii2 framework to administer a FreeRadius database.

Badges

Build Status Latest Stable Version Total Downloads Latest Unstable Version License Monthly Downloads Daily Downloads composer.lock codecov Maintainability SensioLabsInsight

Credit

Could not do this without the work of the following person/s and teams: Yii Software LLC Eugene Terentev

Install

Either

  • Execute composer install davidjeddy/yii2-naabs3 in the project root.
  • Or add "davidjeddy/yii2-naabs3": "^1", to your projects composer.json in the required sections; THEN run composer install in the projects root.

Usage

  1. Add the module via the ./config/web.php configuration file.
    'modules' => [
        ....
        'naabs3' => [
            'class' => dje\naabs3\Module::class,
            'defaultRoute' => 'site/index'
        ],
        ...
    ],