Download the PHP package arrilot/sessions without Composer
On this page you can find all versions of the php package arrilot/sessions. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download arrilot/sessions
More information about arrilot/sessions
Files in arrilot/sessions
Download arrilot/sessions
More information about arrilot/sessions
Files in arrilot/sessions
Vendor arrilot
Package sessions
Short Description Use Laravel session Api to work with plain old PHP sessions in any project
License MIT
Homepage https://github.com/arrilot/sessions
Package sessions
Short Description Use Laravel session Api to work with plain old PHP sessions in any project
License MIT
Homepage https://github.com/arrilot/sessions
Please rate this library. Is it a good library?
Informations about the package sessions
Laravel-like framework agnostic session package
Use Laravel session Api to work with plain-old php sessions in any project
Installation
1)
2) Register a service provider anywhere in your bootstrap code.
Usage
is the main class provided by the package.
You can treat this class just like the Laravel Session facade and call literally any method listed here + Session::now()
from 5.1.
Example:
Note that the package does not actually require laravel session component. It provides Laravel API to work with built-in php sessions ($_SESSION) instead.
All versions of sessions with dependencies
PHP Build Version
Package Version
The package arrilot/sessions contains the following files
Loading the files please wait ....