2017 © Pedro Peláez
 

library session

Coercive Security Session

image

coercive/session

Coercive Security Session

  • Monday, June 18, 2018
  • by Coercive
  • Repository
  • 1 Watchers
  • 1 Stars
  • 252 Installations
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 11 Versions
  • 79 % Grown

The README.md

Coercive Session

Start and store basic items in session, (*1)

Get

composer require coercive/session

Usage

use Coercive\Security\Session\Config;
use Coercive\Security\Session\Session;

# Set your config options
$Config = new Config();
$Config->setAutoStartSession(true);
$Config->setSessionDomain('.mywebsite.com');
//...

# Get your session handler
$Session = new Session($Config);

# And use ...
if($Session->isActive()) {
    // do something
}

The Versions

18/06 2018

dev-master

9999999-dev http://coercive.fr

Coercive Security Session

  Sources   Download

MIT GNU

The Requires

  • php >=7.0

 

18/06 2018

0.0.10

0.0.10.0 http://coercive.fr

Coercive Security Session

  Sources   Download

MIT

The Requires

  • php >=7.0

 

11/06 2018

0.0.9

0.0.9.0 http://coercive.fr

Coercive Security Session

  Sources   Download

MIT

The Requires

  • php >=7.0

 

05/03 2018

0.0.8

0.0.8.0 http://coercive.fr

Coercive Security Session

  Sources   Download

MIT

The Requires

  • php >=7.0

 

05/03 2018

0.0.7

0.0.7.0 http://coercive.fr

Coercive Security Session

  Sources   Download

MIT

The Requires

  • php >=7.0

 

05/03 2018

0.0.6

0.0.6.0 http://coercive.fr

Coercive Security Session

  Sources   Download

MIT

The Requires

  • php >=7.0

 

05/03 2018

0.0.5

0.0.5.0 http://coercive.fr

Coercive Security Session

  Sources   Download

MIT

The Requires

  • php >=7.0

 

07/02 2018

0.0.4

0.0.4.0 http://coercive.fr

Coercive Security Session

  Sources   Download

MIT

The Requires

  • php >=7.0

 

04/12 2017

0.0.3

0.0.3.0 http://coercive.fr

Coercive Security Session

  Sources   Download

GNU

The Requires

  • php >=7.0

 

04/12 2017

0.0.2

0.0.2.0 http://coercive.fr

Coercive Security Session

  Sources   Download

GNU

The Requires

  • php >=7.0

 

20/11 2017

0.0.1

0.0.1.0 http://coercive.fr

Coercive Security Session

  Sources   Download

GNU

The Requires

  • php >=7.0