Skip to content

leafsphp/session

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation



Leaf Session Module



Leaf PHP

Latest Stable Version Total Downloads License

Leaf's core session functionality packaged as a serve-yourself module.

Installation

You can easily install Leaf using the Leaf CLI:

leaf install session

Or with Composer.

composer require leafs/session

Usage

session()->set('name', 'Leaf PHP');
session()->get('name');

Check the full documentation here.