Download the PHP package sun/session without Composer
On this page you can find all versions of the php package sun/session. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Vendor sun
Package session
Short Description This package helps you to manage your session easily.
License MIT
Package session
Short Description This package helps you to manage your session easily.
License MIT
Please rate this library. Is it a good library?
Informations about the package session
Session
Session helps you to manage your session data easily.
Installation Process
Just copy Session folder somewhere into your project directory. Then include session autoloader.
Session is also available via Composer/Packagist.
All Methods
To store session data
To get session data
You can also set default value for session get method.
To delete session data
To check session exists
To pull session data
The pull method retrieve session data then delete this session immediately.
You can also set default value for session pull method.
To push session data into session array
To pop session data from session array
To shift session data from session array
To destroy all session data
License
This package is licensed under the MIT License
All versions of session with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.4.0
The package sun/session contains the following files
Loading the files please wait ....