Download the PHP package birkanoruc/session-helper without Composer
On this page you can find all versions of the php package birkanoruc/session-helper. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download birkanoruc/session-helper
More information about birkanoruc/session-helper
Files in birkanoruc/session-helper
Download birkanoruc/session-helper
More information about birkanoruc/session-helper
Files in birkanoruc/session-helper
Vendor birkanoruc
Package session-helper
Short Description A PHP helper class for managing sessions with features like flash data, session destruction, and more.
License MIT
Package session-helper
Short Description A PHP helper class for managing sessions with features like flash data, session destruction, and more.
License MIT
Please rate this library. Is it a good library?
Informations about the package session-helper
Session Helper
Session Helper is a simple PHP class that provides easy methods to manage sessions, including flash messages, session destruction, and more.
Installation
To install via Composer, run the following command:
Usage
Starting a Session
Make sure to start the session in your application before using the session helper:
or
Check if a Session Key Exists
Store a Session Value
Retrieve a Session Value
Flash Data (temporary session data)
Clear Flash Data
Destroy a Session
Testing
To run the tests for this library, you need to have PHPUnit installed. Follow these steps:
-
Make sure you have installed the required dependencies:
- Run the tests using PHPUnit:
License
This project is licensed under the MIT License.
All versions of session-helper with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.4
The package birkanoruc/session-helper contains the following files
Loading the files please wait ....