https://github.com/davidjeddy/yii2-naabs3
Naabs 3 (Network access and billing service, version 3) is a module for the Yii2 framework to administer a FreeRadius database.
https://github.com/davidjeddy/yii2-naabs3
Last synced: 3 months ago
JSON representation
Naabs 3 (Network access and billing service, version 3) is a module for the Yii2 framework to administer a FreeRadius database.
- Host: GitHub
- URL: https://github.com/davidjeddy/yii2-naabs3
- Owner: davidjeddy
- License: mit
- Created: 2018-02-18T21:55:08.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-19T00:17:25.000Z (over 7 years ago)
- Last Synced: 2025-01-20T12:05:47.711Z (5 months ago)
- Size: 52.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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
[](https://travis-ci.org/davidjeddy/yii2-naabs3)
[](https://packagist.org/packages/davidjeddy/yii2-naabs3)
[](https://packagist.org/packages/davidjeddy/yii2-naabs3)
[](https://packagist.org/packages/davidjeddy/yii2-naabs3)
[](https://packagist.org/packages/davidjeddy/yii2-naabs3)
[](https://packagist.org/packages/davidjeddy/yii2-naabs3)
[](https://packagist.org/packages/davidjeddy/yii2-naabs3)
[](https://packagist.org/packages/davidjeddy/yii2-naabs3)
[](https://codecov.io/gh/davidjeddy/yii2-naabs3)
[](https://codeclimate.com/github/davidjeddy/yii2-naabs3/maintainability)
[](https://insight.sensiolabs.com/projects/1977432a-f69f-480d-a0cb-1f65627ba8f3)## Credit
Could not do this without the work of the following person/s and teams:
[Yii Software LLC](https://github.com/yiisoft)
[Eugene Terentev](https://github.com/trntv)## 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](https://www.youtube.com/channel/UCPSfjD7o1CQZXzdAy56c8kg) 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'
],
...
],
```