comodojo / cache
PSR-6 and PSR-16 compliant enhanced cache manager across multiple storage engines
Installs: 2 917
Dependents: 2
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 1
Open Issues: 0
pkg:composer/comodojo/cache
Requires
- php: >=5.6.0
 - comodojo/foundation: ^1.0
 
Requires (Dev)
- phpunit/phpunit: ^4.0|^5.0
 - scrutinizer/ocular: ^1.0
 
Suggests
- ext-apc: Enable Apc provider
 - ext-apcu: Enable Apcu provider
 - ext-memcached: Enable Memcached provider
 - ext-redis: Enable redis provider
 - ext-xattr: Fastest cache files handling via extended attributes
 
Provides
This package is auto-updated.
Last update: 2025-10-18 05:28:26 UTC
README
PSR-6 and PSR-16 compliant enhanced cache manager across multiple storage engines.
This is the development branch, please do not use it in production
Installation
Install composer, then:
composer require comodojo/cache
Documentation
- Docs (wip): docs.comodojo.org/projects/cache
 - API: api.comodojo.org/libs/cache
 
Contributing
Contributions are welcome and will be fully credited. Please see CONTRIBUTING for details.
License
comodojo/cache is released under the MIT License (MIT). Please see License File for more information.
Copyright (c) 2018 Marco Giovinazzi
For more information, visit comodojo.org.