mrjulio / rapture-cache
Rapture PHP cache component
Installs: 13
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
pkg:composer/mrjulio/rapture-cache
Requires
- php: >=5.4.0
This package is not auto-updated.
Last update: 2025-10-18 20:55:35 UTC
README
Basic cache component for PHP.
Requirements
- PHP v5.4
- php-apcu, php-date, php-memcached, php-pcre
Install
composer require mrjulio/rapture-cache
Quick start
$cache = new Apcu(['namespace' => 'app']); $cache->set('user', 'JohnDoe', CacheInterface::ONE_HOUR); $cache->get('user');
About
Author
Iulian N. rapture@iuliann.ro
Testing
cd ./test && phpunit
License
Rapture PHP Cache is licensed under the MIT License - see the LICENSE
file for details.