Download the PHP package marcosdipaolo/session without Composer
On this page you can find all versions of the php package marcosdipaolo/session. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download marcosdipaolo/session
More information about marcosdipaolo/session
Files in marcosdipaolo/session
Download marcosdipaolo/session
More information about marcosdipaolo/session
Files in marcosdipaolo/session
Please rate this library. Is it a good library?
Informations about the package session
Session
A PHP Session Package
Small library where you can manage the PHP session either with the session
helper or instantiating the MDP\Session
class
Instalation
Usage
The session
helper method
The session
helper method equals a MDP\Session
instance. You can then chain any of its methods.
Methods
Method | Purpose |
---|---|
get |
You get the session instance. It receives an optional argument, in case of its existence the method returns the element on that key of the session content. |
put |
Store a value into the session. It receives 2 arguments. The first is the key where the value is going to be stored. The second is the value itself. |
has |
It receives a key as a string parameter and it returns whether the session contains that key or not. |
forget |
It receive a key as only argument and unsets it. |
destroy |
It performs a session_destroy() |
unset |
It performs a session_unset() |
All versions of session with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.2
The package marcosdipaolo/session contains the following files
Loading the files please wait ....