55 projects
Laravel Framework
Laravel Framework is an open-source PHP framework for building web applications, offering features such as routing, authentication, and database management.
24,087
4,603
$11M
The Symfony PHP Framework
Symfony is a PHP web application framework designed for building robust, scalable, and maintainable web applications using reusable components and a structured MVC architecture. It’s widely used for enterprise-level projects and forms the foundation of many other PHP platforms, including Laravel and Drupal.
16,987
3,374
$67M
Redis
Redis is an open-source, in-memory data structure store that can be used as a database, cache, message broker, and queue. It supports multiple data structures like strings, hashes, lists, sets, sorted sets with range queries, bitmaps, hyperloglogs, geospatial indexes, and streams.
8,705
2,062
$14M
Redisson
Redisson is a Redis client for Java that provides distributed and scalable Java data structures and features on top of Redis. It offers thread-safe implementations of Java objects and collections, distributed services, and advanced Redis features with support for synchronous, asynchronous, and reactive interfaces.
4,632
502
$14M
SDWebImage
SDWebImage is a high-performance image loading and caching library for iOS, tvOS, macOS, and watchOS applications. It provides an asynchronous image downloader with cache support, handling both remote URLs and local files, while offering features like animated image support, image transformations, and memory/disk caching.
3,192
562
$857K
Hazelcast
Hazelcast is an open-source distributed computing platform that provides in-memory data storage and processing capabilities. It offers features like distributed caching, distributed data structures, distributed computing, and clustering for building scalable applications.
2,979
462
$64M
PhpRedis
A PHP extension for Redis
2,683
688
$3.6M
React Native Async Storage
An asynchronous, persistent, key-value storage system for React Native.
2,118
412
$310K
Workbox
📦 Workbox: JavaScript libraries for Progressive Web Apps
1,667
492
$1.4M
WP Rocket
WP Rocket is a premium WordPress caching and performance optimization plugin that improves website loading speed through features like page caching, cache preloading, GZIP compression, lazy loading of images, minification of HTML/CSS/JavaScript, and CDN integration.
1,449
184
$7.7M
MMKV
MMKV is a high-performance key-value storage framework developed by Tencent that uses memory mapping for efficient data persistence. It provides an alternative to traditional key-value storage solutions with better performance characteristics, especially for small key-value pairs.
1,166
86
$1.4M
Predis
A flexible and feature-complete Redis/Valkey client for PHP.
1,093
331
$2.7M
Dalli
Dalli is a high performance memcached client for Ruby, providing enhanced features like failover, socket pooling, and consistent hashing for distributed caching
974
361
$328K
Caffeine
Caffeine is a high-performance, near optimal caching library for Java 8+ that provides an in-memory cache using a Window TinyLFU admission policy. It includes features like automatic loading of entries, size-based eviction, timed expiration, and asynchronous computation.
916
242
$3.6M
DragonflyDB
DragonflyDB is a high-performance, Redis-compatible in-memory data store designed for modern application workloads. It offers improved memory efficiency, multi-threading capabilities, and high availability features while maintaining compatibility with existing Redis clients.
910
238
$7.1M
Memcached
Memcached is a high-performance, distributed memory object caching system designed to speed up dynamic web applications by alleviating database load. It works by storing data and objects in memory to reduce the number of times an external data source must be read.
845
259
$2M
semver
A semantic versioning library that provides functionality for parsing, validating, manipulating, and comparing version numbers according to the SemVer specification
722
322
$28K
Infinispan
Infinispan is an open source distributed in-memory key/value data store and caching system. It provides high availability, fault tolerance, and elastic scalability through distributed caching and data grid capabilities. The system can be used as an embedded Java library, remote cache, or full-featured data grid platform.
683
129
$30M
Redigo
Go client for Redis
640
246
$215K
Varnish Cache
Varnish Cache is a high-performance HTTP reverse proxy and caching server that accelerates web applications by caching and serving content from memory, reducing the load on backend servers and improving response times for end users.
597
204
$4.8M
Cacheable
A JavaScript library that provides caching functionality with support for multiple cache stores and flexible configuration options
544
169
$740K
MapProxy
MapProxy is an open source proxy server that accelerates and transforms web map services. It caches, reprojecting and converts maps from existing services to various protocols and formats. It serves as an intermediary between map clients and map servers, improving performance through caching and providing additional features like security and access control.
521
117
$3.5M
PhpFastCache
PhpFastCache is a high-performance caching library for PHP applications that provides a simple and unified API to interact with various caching backends like Redis, Memcached, Files, SQLite and others. It offers features like tags, hierarchical storage, and automatic fallback mechanisms.
501
83
$397K
Ehcache
Ehcache 3.x line
486
66
$5.3M
Keyv
Keyv is a simple key-value storage system with support for multiple backends, providing a consistent interface for caching and storing data across different storage adapters like Redis, MongoDB, MySQL, and others
486
177
$589K
lru-cache
A cache object that deletes the least-recently-used items to stay within a specified size limit. Implements a Least Recently Used (LRU) caching algorithm with configurable max size and TTL options.
452
186
$189K
requests-cache
Persistent HTTP cache for python requests
441
171
$440K
CacheLib
Pluggable in-process caching engine to build and scale high performance services
374
53
$11M
FASTER
FASTER is a high-performance, concurrent key-value store and cache library developed by Microsoft Research that supports larger-than-memory data processing. It features a hybrid log-structured record store architecture, providing fast recovery, cache-line-friendly data organization, and lock-free operations.
370
86
$3.4M
Unstorage
💾 Unstorage provides an async Key-Value storage API with conventional features like multi driver mounting, watching and working with metadata, dozens of built-in drivers and a tiny core.
357
147
$283K
Ristretto
A high performance memory-bound Go cache
327
122
$264K
CacheControl
CacheControl is a Python library that provides HTTP caching functionality for requests sessions, implementing RFC 7234 compliant caching behavior. It allows for conditional requests and cache storage backends to help reduce server load and improve application performance.
303
128
$95K
Readyset
ReadySet is a database caching system that automatically caches SQL query results to speed up read-heavy workloads. It acts as a transparent proxy between applications and databases, maintaining consistency while reducing database load.
266
59
$34M
Cachix
Cachix is a binary cache hosting service for Nix packages that enables faster builds by sharing pre-built binaries across teams and CI systems. It allows developers to cache and distribute build artifacts from Nix builds, reducing build times and improving development workflows.
264
143
$355K
golang-lru
Golang LRU cache
260
105
$92K
ColdBox Platform
ColdBox is a modern HMVC application framework for ColdFusion (CFML) that provides a set of reusable components and conventions for building scalable web applications. It offers dependency injection, modular architecture, RESTful support, and testing capabilities.
242
27
$1.9M
LRU Cache
A Rust implementation of a Least Recently Used (LRU) cache data structure that provides O(1) get and put operations. The cache has a fixed capacity and automatically evicts the least recently used items when full.
161
75
$53K
limits
A Python library that provides rate limiting utilities and decorators to control access to resources and functions, supporting multiple backend storage options like Redis and Memcached
160
58
$318K
Dogpile Cache
Dogpile Cache is a caching API that provides a generic interface to caching backends like memcached, redis, and file systems. It features dogpile locking patterns to prevent cache stampede, flexible key generation, and support for function decoration.
156
40
$345K
groupcache
groupcache is a caching and cache-filling library, intended as a replacement for memcached in many cases.
152
64
$66K
Fiber Storage Drivers
A collection of storage drivers and adapters for the Fiber web framework, providing integrations with various databases and caching systems like Redis, MongoDB, PostgreSQL, and others to enable session management and data persistence
146
48
$679K
Apache Commons Pool
Apache Commons Pool is a software library that provides an object-pooling API and several object pool implementations. It enables efficient reuse of expensive-to-create objects like database connections, helping to improve application performance and resource management.
121
30
$651K
cacheable-lookup
A Node.js library that provides DNS lookup caching functionality, allowing applications to cache DNS query results for improved performance and reduced network requests
82
33
$42K
quick-lru
A lightweight and fast LRU (Least Recently Used) cache implementation optimized for quick operations and minimal memory usage in JavaScript/Node.js applications
70
26
$52K
v8-compile-cache
A module that uses V8's code cache to speed up instantiation time of Node.js modules through persistent bytecode caching. It helps improve application startup performance by storing and reusing compiled JavaScript code.
61
27
$29K
Tiny LRU
A lightweight, efficient Least Recently Used (LRU) cache implementation in JavaScript, designed for both Node.js and browser environments with a focus on performance and minimal memory footprint
54
32
$151K
http-cache-semantics
RFC 7234 in JavaScript. Parses HTTP headers to correctly compute cacheability of responses, even in complex cases
41
18
$74K
Doctrine Cache
Doctrine Cache component
Laminas Cache
Caching implementation with a variety of storage options, as well as codified caching strategies for callbacks, classes, and output
StackExchange.Redis
General purpose redis client