2017 © Pedro Peláez
 

yii2-extension yii2-session-track

Simple component that allows for tracking of sessions / logins.

image

incodenz/yii2-session-track

Simple component that allows for tracking of sessions / logins.

  • Wednesday, May 23, 2018
  • by brucealdridge
  • Repository
  • 0 Watchers
  • 0 Stars
  • 49 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 8 Versions
  • 40 % Grown

The README.md

Session Track for Yii2 Application

Simple component that allows for tracking of sessions / logins., (*1)

Provides a configurable list of exceptions., (*2)

Installation

The preferred way to install this extension is through composer., (*3)

Add the following to your composer.json file., (*4)

    "require" : {
        "incodenz/yii2-session-track": "*"
    },

Configuration Examples

Basic Configuration

...
'bootstrap' => [
    'sessionTrack',
]
'components' => [
    'sessionTrack' => [
        'class' => 'incodenz\SessionTrack\Component',
    ]
],
...

Run the migrations, (*5)

cp vendor/incodenz/yii2-session-track/src/migrations/* migrations/
php yii migrate

The Versions

23/05 2018

dev-master

9999999-dev https://github.com/incodenz/yii2-session-track

Simple component that allows for tracking of sessions / logins.

  Sources   Download

proprietary

The Requires

 

The Development Requires

component yii2 session-track

23/05 2018

0.0.7

0.0.7.0 https://github.com/incodenz/yii2-session-track

Simple component that allows for tracking of sessions / logins.

  Sources   Download

proprietary

The Requires

 

The Development Requires

component yii2 session-track

23/05 2018

0.0.6

0.0.6.0 https://github.com/incodenz/yii2-session-track

Simple component that allows for tracking of sessions / logins.

  Sources   Download

proprietary

The Requires

 

The Development Requires

component yii2 session-track

26/04 2018

0.0.5

0.0.5.0 https://github.com/incodenz/yii2-session-track

Simple component that allows for tracking of sessions / logins.

  Sources   Download

proprietary

The Requires

 

The Development Requires

component yii2 session-track

25/04 2018

0.0.4

0.0.4.0 https://github.com/incodenz/yii2-session-track

Simple component that allows for tracking of sessions / logins.

  Sources   Download

proprietary

The Requires

 

The Development Requires

component yii2 session-track

25/04 2018

0.0.3

0.0.3.0 https://github.com/incodenz/yii2-session-track

Simple component that allows for tracking of sessions / logins.

  Sources   Download

proprietary

The Requires

 

The Development Requires

component yii2 session-track

24/04 2018

0.0.2

0.0.2.0 https://github.com/incodenz/yii2-session-track

Simple component that allows for tracking of sessions / logins.

  Sources   Download

proprietary

The Requires

 

The Development Requires

component yii2 session-track

24/04 2018

0.0.1

0.0.1.0 https://github.com/incodenz/yii2-session-track

Simple component that allows for tracking of sessions / logins.

  Sources   Download

proprietary

The Requires

 

The Development Requires

component yii2 session-track