Download the PHP package erdiko/session without Composer
On this page you can find all versions of the php package erdiko/session. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download erdiko/session
More information about erdiko/session
Files in erdiko/session
Package session
Short Description Session Handler
License MIT
Homepage http://erdiko.org
Informations about the package session
Erdiko Session Package
Important: This package is currently on development, please don't use it until have a beta or stable version.
Introduction
Erdiko Session is a package to handle in an easy and elastic way to persistent user data through the lifetime of your application.
Official Documentation
Documentation for Erdiko Session Package can be found on the Erdiko website.
Installation
We recommend installing Erdiko Session Package with Composer. At the commandline simply run:
Drivers
Current Drivers Available:
- File: SessionDriverFile
Coming Drivers in development:
- Redis: SessionDriverRedis
- Database: SessionDriverDatabase
- Cookie: SessionDriverCookie
Dependencies
This package depends of Erdiko\Core
Configuration
File Path
File format
Available Methods
You will find several methods that will satisfy your requirements for handling session data.
- get
- set
- has
- forget
- exists
Basic Usage
For more details please see Advance Usage Detail Page.
Set Method
Set the value on session
Get method
Retrieves the value from the session
Has method
Verifies if the given key exists and has a value on the session
Exists method
Verifies if the given key exists, without verify if has or not value
Forget method
Removes the given key from the session
Tests
On development
Credits
- Mauricio Gastón
- John Arroyo
- Leo Daidone
- If you want to help, please do, we'd love more brainpower! Fork, commit your enhancements and do a pull request. If you want to get to even more involved please contact us!
Sponsors
License
Erdiko is open-sourced software licensed under the MIT license