2017 © Pedro Peláez
 

library sessionclass

A simple and easy to use session manager

image

shirerom/sessionclass

A simple and easy to use session manager

  • Sunday, October 22, 2017
  • by shirerom
  • Repository
  • 0 Watchers
  • 0 Stars
  • 27 Installations
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

Session Class

A easy and simple to use session manager., (*1)

Usage

coming soon, (*2)

Database

#!sql
CREATE TABLE `Session` (
    `id` text NOT NULL,
    `data` text NOT NULL,
    `lastUpdateTimestamp` int(10) unsigned NOT NULL,
    PRIMARY KEY (`id`(20))
) ENGINE=InnoDB DEFAULT CHARSET=utf8; 

composer.json

First, you've to add this to your composer.json dependencies:, (*3)

#!json
"require": {
    "shirerom/sessionclass": ">=1.0"
}

and run, (*4)

#!bash
composer install

License

The MIT License (MIT), (*5)

Copyright (c) 2015 Johannes Bauer, (*6)

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:, (*7)

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software., (*8)

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE., (*9)

The Versions

22/10 2017

dev-namespace

dev-namespace https://bitbucket.org/shirerom/sessionclass

A simple and easy to use session manager

  Sources   Download

MIT

The Requires

 

by Johannes Bauer

database session

18/03 2015

dev-master

9999999-dev https://bitbucket.org/shirerom/sessionclass

A simple and easy to use session manager

  Sources   Download

MIT

The Requires

 

by Johannes Bauer

database session

18/03 2015

1.0.1

1.0.1.0 https://bitbucket.org/shirerom/sessionclass

A simple and easy to use session manager

  Sources   Download

MIT

The Requires

 

by Johannes Bauer

database session