joan/intrusos

User login statistics, intrusion detection

Installs: 3

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:yii2-extension

dev-master 2021-01-26 04:45 UTC

This package is auto-updated.

Last update: 2024-09-26 13:30:22 UTC


README

User login statistics, intrusion detection.

Installation

The preferred way to install this extension is through composer.

Either run

composer require joan/intrusos "dev-master"

or add

"joan/intrusos": "*"

to the require section of your composer.json file.

Usage

Once the extension is installed, simply use it in your code by :

1.- In your config/web.php:

'modules'=>[
   'intrusos' => [
      'class' => 'app\vendor\joan\intrusos\Module',
   ],
],

2.- Run Migration:

php yii migrate --migrationPath=vendor/joan/intrusos/migrations/