mrjulio / rapture-session
Rapture session component
v1.0.1
2017-11-18 21:00 UTC
Requires
- php: >=5.4.0
This package is not auto-updated.
Last update: 2024-11-02 16:04:06 UTC
README
Simple templates for PHP.
Requirements
- PHP v5.4.0
- php-session
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
Testing
cd ./test && phpunit
License
Rapture Session is licensed under the MIT License - see the LICENSE
file for details.