mrjulio / rapture-session
Rapture session component
Installs: 13
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
pkg:composer/mrjulio/rapture-session
Requires
- php: >=5.4.0
This package is not auto-updated.
Last update: 2025-10-04 20:28:49 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.