Download the PHP package davidjeddy/yii2-freeradius-module without Composer
On this page you can find all versions of the php package davidjeddy/yii2-freeradius-module. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download davidjeddy/yii2-freeradius-module
More information about davidjeddy/yii2-freeradius-module
Files in davidjeddy/yii2-freeradius-module
Download davidjeddy/yii2-freeradius-module
More information about davidjeddy/yii2-freeradius-module
Files in davidjeddy/yii2-freeradius-module
Vendor davidjeddy
Package yii2-freeradius-module
Short Description Module to interface with a FreeRADIUS server.
License BSD-3-Clause
Package yii2-freeradius-module
Short Description Module to interface with a FreeRADIUS server.
License BSD-3-Clause
Please rate this library. Is it a good library?
Informations about the package yii2-freeradius-module
yii2-freeradius-module
Module to interface with a FreeRADIUS server
Badges
REQUIREMENTS
PHP 7+
MySQL 5.5+
FreeRadius
Composer
Yii 2+ (advanced tempplate recommended)
INSTALLATION
cd {project root}
- Run
composer require davidjeddy/yii2-freeradius-module
in terminal- OR add
"davidjeddy/yii2-freeradius-module": "dev-master@dev"
to your project'scomposer.json
, thencomposer install
.
- OR add
USAGE
Add the module to the configuration
To add to a typical AdminLTE admin panel:
Edit ./backend/views/layouts/common.php and add the following inside Menu::widget([ ... ])
TESTING
TODO
Misc
If the server does not yet have a RadCheck
table from FreeRadius, run
the modules migration from the project root:
php ./console/yii migrate/up --migrationPath=./vendor/davidjeddy/yii2-freeradius-module/migration/
All versions of yii2-freeradius-module with dependencies
PHP Build Version
Package Version
The package davidjeddy/yii2-freeradius-module contains the following files
Loading the files please wait ....