Download the PHP package joefallon/phpsession without Composer
On this page you can find all versions of the php package joefallon/phpsession. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download joefallon/phpsession
More information about joefallon/phpsession
Files in joefallon/phpsession
Download joefallon/phpsession
More information about joefallon/phpsession
Files in joefallon/phpsession
Vendor joefallon
Package phpsession
Short Description A simple age and activity based session library.
License MIT
Homepage https://github.com/joefallon/phpsession
Package phpsession
Short Description A simple age and activity based session library.
License MIT
Homepage https://github.com/joefallon/phpsession
Keywords php
Please rate this library. Is it a good library?
Informations about the package phpsession
phpsession
By Joe Fallon
This library has the following features:
- Fully unit tested.
- Does not keep the session open between reads and writes. This allows AJAX requests to not be blocked.
- Simple to use. Can be fully understood in a matter of minutes.
- Allows a maximum age to be used for session invalidation.
- Allows a maximum inactivity time to be used for session invalidation.
Installation
The easiest way to install PHP Scalars is with
Composer. Create the following composer.json
file
and run the php composer.phar install
command to install it.
Usage
The Session
class contains the following methods:
All versions of phpsession with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.3.0
The package joefallon/phpsession contains the following files
Loading the files please wait ....