A fast, light-weight proxy for memcached and redis
Scrapbook
Needs AttentionPHP cache library, with adapters for e.g. Memcached, Redis, Couchbase, APC(u), SQL and additional capabilities (e.g. transactions, stampede protection) built on top.
About Scrapbook
PHP cache library, with adapters for e.g. Memcached, Redis, Couchbase, APC(u), SQL and additional capabilities (e.g. transactions, stampede protection) built on top.
Scrapbook is a popular PHP caching and locking solution that provides reliable functionality for PHP developers. While still functional, the project may need additional attention for updates.
Quick Installation
composer require matthiasmullie/scrapbookInstall via Composer. For detailed installation instructions, visit theofficial documentation.
Why Use Scrapbook?
- PHP Caching and Locking - Specialized solution for caching and locking needs
- Open Source - Free to use with full source code access
Project Details
- Maintainer
- @matthiasmullie
- Category
- Caching and Locking
- Last Updated
- 7 months ago
- Status
- Needs Attention
Related Caching and Locking Libraries
View all →A PHP extension for Redis
A caching library.
A flexible and feature-complete Redis client for PHP.
Symfony2 Bundle for Doctrine Cache
A high-performance backend cache system. It is intended for use in speeding up dynamic web applications by alleviating database load. Well implemented, it can drops the database load to almost no...