library rapture-session
Rapture session component
iuliann/rapture-session
Rapture session component
- Thursday, June 15, 2017
- by iuliann
- Repository
- 1 Watchers
- 0 Stars
- 18 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 0 Forks
- 0 Open issues
- 2 Versions
- 50 % Grown
Rapture PHP Session
, (*1)
Simple templates for PHP., (*2)
Requirements
Install
composer require mrjulio/rapture-session
Quick start
$session = new \Rapture\Session\Adapter\Php;
$session->set('user', 'John');
$session->get('user');
About
Author
Iulian N. rapture@iuliann.ro
, (*3)
Testing
cd ./test && phpunit
License
Rapture Session is licensed under the MIT License - see the LICENSE
file for details., (*4)