staabm / thincache
Thin abstraction layer for PHP 5.2+
Installs: 808 578
Dependents: 1
Suggesters: 0
Security: 0
Stars: 4
Watchers: 3
Forks: 0
Open Issues: 2
Requires
- php: ^7.0 || ^8.0
Requires (Dev)
- phpstan/phpstan: ^0.12.99
README
This small cache abstraction layer was initially built because of the lack of PHP5.2 compilant caching libraries. Supports PHP 7.0+ Supported features: - use different backends, each with a dedicated driver - unified api across backends - proxying a cache driver; for transparent proxying of slow backends - chaining several cache drivers; distributes content into several backends