Download the PHP package stefangabos/zebra_cache without Composer
On this page you can find all versions of the php package stefangabos/zebra_cache. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download stefangabos/zebra_cache
More information about stefangabos/zebra_cache
Files in stefangabos/zebra_cache
Package zebra_cache
Short Description A file-based lightweight PHP caching library that uses file locking to ensure proper functionality under heavy load
License LGPL-3.0-only
Homepage https://github.com/stefangabos/Zebra_Cache
Informations about the package zebra_cache
Zebra Cache
A file-based lightweight PHP caching library that uses file locking to ensure proper functionality under heavy load.
Features
- uses file locking to ensure proper functionality under heavy load - meaning that in a concurent environment, writing of cache file will acquire an exclusive lock on the file and reads will wait for the writing to finish before fetching the cached data
- automatic serialization and compression of cache data to save space and improve performance
- automatic expiration of cache items based on a specified time-to-live (TTL) value
- support for multiple instances, allowing you to use different cache configurations for different parts of your application
:notebook_with_decorative_cover: Documentation
Check out the awesome documentation!
🎂 Support the development of this project
Your support is greatly appreciated and it keeps me motivated continue working on open source projects. If you enjoy this project please star it by clicking on the star button at the top of the page. If you're feeling generous, you can also buy me a coffee through PayPal or become a sponsor. Thank you for your support! 🎉
Requirements
PHP 5.3.0+
Installation
You can install via Composer
Or you can install it manually by downloading the latest version, unpacking it, and then including it in your project