2017 © Pedro Peláez
 

module yii2-freeradius-module

Module to interface with a FreeRADIUS server.

image

davidjeddy/yii2-freeradius-module

Module to interface with a FreeRADIUS server.

  • Tuesday, May 16, 2017
  • by davidjeddy
  • Repository
  • 0 Watchers
  • 1 Stars
  • 32 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 8 Versions
  • 14 % Grown

The README.md

yii2-freeradius-module

Module to interface with a FreeRADIUS server, (*1)

Badges

Latest Stable Version Total Downloads Latest Unstable Version License Monthly Downloads Daily Downloads composer.lock, (*2)

SensioLabsInsight, (*3)

REQUIREMENTS

PHP 7+, (*4)

MySQL 5.5+, (*5)

FreeRadius, (*6)

Composer, (*7)

Yii 2+ (advanced tempplate recommended), (*8)

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's composer.json, then composer install.

USAGE

Add the module to the configuration, (*9)

return [
    ...
    'modules' => [
        ...
        'free-radius' => [
            'class' => davidjeddy\freeradius\Module::class,
        ],
        ...
    ],
];

To add to a typical AdminLTE admin panel:, (*10)

Edit ./backend/views/layouts/common.php and add the following inside Menu::widget([ ... ]), (*11)

    [
        'label'     => Yii::t('backend', 'Free Radius'),
        'icon'      => '<i class="fa fa-id-card-o"></i>',
        'url'       => ['/free-radius/default/index'],
        'visible'   => Yii::$app->user->can('administrator')
    ],

TESTING

TODO, (*12)

Misc

If the server does not yet have a RadCheck table from FreeRadius, run, (*13)

the modules migration from the project root:, (*14)

php ./console/yii migrate/up --migrationPath=./vendor/davidjeddy/yii2-freeradius-module/migration/, (*15)

The Versions

16/05 2017

dev-master

9999999-dev

Module to interface with a FreeRADIUS server.

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

framework yii2 module freeradius

15/05 2017

0.1.1

0.1.1.0

Module to interface with a FreeRADIUS server.

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

framework yii2 module freeradius

15/05 2017

0.1.0

0.1.0.0

Module to interface with a FreeRADIUS server.

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

framework yii2 module freeradius

02/11 2016

0.0.9

0.0.9.0

Module to interface with a FreeRADIUS server

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

framework yii2 module freeradius

02/11 2016

0.0.8

0.0.8.0

Module to interface with a FreeRADIUS server

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

framework yii2 module freeradius

02/11 2016

0.0.7

0.0.7.0

Module to interface with a FreeRADIUS server

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

framework yii2 module freeradius

27/08 2016

0.0.6

0.0.6.0

Module to interface with a FreeRADIUS server

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

framework yii2 module freeradius

20/11 2015

0.0.4

0.0.4.0

Module to interface with a FreeRADIUS server

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

framework yii2 module freeradius