Weave Code
Code Weaver
Helps Laravel developers discover, compare, and choose open-source packages. See popularity, security, maintainers, and scores at a glance to make better decisions.
Feedback
Share your thoughts, report bugs, or suggest improvements.
Subject
Message

Cache Laravel Package

doctrine/cache

Doctrine Cache is a legacy cache component extracted from Doctrine Common, offering multiple cache drivers and interfaces used across Doctrine projects. Note: the library is deprecated and no longer maintained; prefer a PSR-6 or PSR-16 cache instead.

View on GitHub
Deep Wiki
Context7
Package
Score
Description
Stars
Likes
Forks
Downloads
Issues
Score
Opportunity
License
Last Release
psr/simple-cache 0.88 PSR-16 Simple Cache interfaces from PHP-FIG. Defines a common API for cache implementations (get/set/delete, TTL, etc.) but provides no caching itself. Use this package to type-hint against the standard and pair with any compatible cache provider. 8,090 8,112 54 13M 0 49.0 53.9 MIT 4 years ago
View on GitHub
Context7
nette/caching 0.86 High-performance caching library from Nette. Provides flexible cache storage backends, automatic expiration, dependency-based invalidation, and easy integration for PHP apps. Ideal for speeding up responses and reducing database or API load. 435 440 44 224K 14 37.1 52.1 NOASSERTION 1 month ago
View on GitHub
Context7
cache/adapter-common 0.86 Shared classes and interfaces for the PHP Cache organization’s PSR-6 cache pools. Provides common building blocks used across adapters, with support for features like tagging and cache hierarchies via the shared php-cache documentation. 110 111 28 345K 0 26.3 56.8 MIT 4 years ago
View on GitHub
Context7
zendframework/zend-cache 0.85 zendframework/zend-cache provides flexible caching for PHP apps with multiple storage backends (filesystem, memory, APCu, Redis, and more). Supports cache patterns, plugins, serialization, and configurable adapters to improve performance and reduce repeated work. 67 74 52 48K 11 14.2 51.7 BSD-3-Clause 6 years ago
View on GitHub
Context7
symfony/cache 0.85 Symfony Cache provides fast, low-overhead PSR-6 caching with adapters for common backends. Includes a PSR-16 bridge plus CacheInterface and TagAwareCacheInterface implementations via symfony/cache-contracts for flexible app caching. 4,171 4,196 64 7M 0 52.7 52.5 MIT 1 week ago
View on GitHub
Deep Wiki
Context7
illuminate/cache 0.84 128 135 25 485K 0 1.4 49.4 MIT
View on GitHub
Context7
psr/cache 0.84 PSR-6 caching interfaces for PHP. Defines CacheItemPoolInterface and CacheItemInterface contracts for interoperable caching, without providing an implementation. Use with any PSR-6 compatible cache library (see Packagist providers). 5,196 5,229 46 12M 0 26.4 46.4 MIT
View on GitHub
Context7
cache/simple-cache-bridge 0.84 Bridge any PSR-6 cache pool to PSR-16 SimpleCache. Wrap an existing PSR-6 implementation and use the simpler PSR-16 API in your app while keeping your current cache backend. Part of the PHP-Cache ecosystem. 42 43 6 75K 0 22.0 52.7 MIT 4 years ago
View on GitHub
Context7
beste/in-memory-cache 0.78 PSR-6 compliant in-memory cache for PHP—ideal as a lightweight default cache and for fast, predictable tests. Supports standard CacheItemPoolInterface behavior and optional PSR-20 clocks (e.g., frozen clocks) for time-based expiry testing. 25 25 0 1M 0 22.0 65.0 MIT 6 months ago
View on GitHub
Context7
spatie/laravel-responsecache 0.77 Caches full Laravel responses to speed up apps. Automatically stores successful GET HTML/JSON for a configurable time and serves cached output on repeat requests. Supports per-route middleware, custom rules, and optional stale-while-revalidate style caching. 2,777 2,801 243 260K 0 50.2 32.1 MIT 1 month ago
View on GitHub
Deep Wiki
Context7
php-http/cache-plugin 0.77 PSR-6 cache plugin for HTTPlug clients. Automatically caches HTTP responses (and can serve stale on error) with configurable cache strategies, TTL, and cache key generation. Drop it into your plugin chain to cut latency and reduce repeated requests. 249 250 17 674K 7 29.1 58.0 MIT 4 months ago
View on GitHub
Context7
symfony/doctrine-bridge 0.64 Symfony Doctrine Bridge integrates Doctrine with Symfony components, providing glue code for ORM/DBAL usage across the framework. Part of the main Symfony repository; report issues and submit pull requests there. 3,231 3,236 43 4M 0 48.8 51.1 MIT 1 week ago
View on GitHub
Deep Wiki
Context7
zendframework/zend-crypt 0.64 Zend\Crypt provides secure PHP cryptography utilities including encryption/decryption, hashing, HMAC, key generation, and password adapters. Designed for Zend Framework apps but usable standalone, with pluggable algorithms and safer defaults for common crypto tasks. 87 91 35 34K 2 12.1 42.9 BSD-3-Clause 6 years ago
View on GitHub
Context7
google/cloud-core 0.62 Shared core infrastructure for Google Cloud PHP libraries, including common transport, auth, retry, and configuration utilities. Not intended for direct use—required by other Google Cloud components. Stable GA with backwards-compatible minor and patch releases. 343 346 21 3M 0 31.6 65.0 Apache-2.0 3 weeks ago
View on GitHub
Context7
symfony/security-acl 0.62 Symfony Security ACL adds Access Control Lists to manage fine‑grained, object‑level permissions beyond roles. It supports per‑object and per‑field authorization with configurable permission masks and voters, integrating with Symfony’s security system. 371 377 54 328K 12 29.7 55.5 MIT 1 month ago
View on GitHub
Context7
symfony/webpack-encore-bundle 0.62 Symfony bundle integrating Webpack Encore into your app. Adds asset building, versioning, and entrypoint management with simple Twig helpers for scripts/styles, plus sane defaults and easy configuration for modern JS/CSS workflows. 953 961 83 1M 6 38.4 55.6 MIT 4 months ago
View on GitHub
Deep Wiki
Context7
symfony/security-guard 0.61 Symfony Security Guard provides a flexible authentication system for Symfony apps. Create custom authenticators for form login, API tokens, and more, with support for user providers, remember-me, and event-driven security flows. 1,422 1,426 10 767K 0 18.2 42.9 MIT 1 year ago
View on GitHub
Context7
async-aws/core 0.59 AsyncAws Core provides the shared foundation for AsyncAws PHP clients: async HTTP layer, request/response handling, credentials and signing, endpoint resolution, retries, and common utilities. Use it to build lightweight, non-SDK AWS integrations in modern PHP apps. 101 101 5 2M 0 29.7 65.0 MIT 1 month ago
View on GitHub
Context7
async-aws/s3 0.56 AsyncAws S3 Client is a lightweight PHP API client for Amazon S3. Install via Composer and use a modern, non-blocking-friendly SDK alternative with typed requests/responses. Full docs and contribution guide available at async-aws.com. 57 58 2 705K 0 29.3 65.0 MIT 1 month ago
View on GitHub
Context7
Weaver

How can I help you explore Laravel packages today?

Conversation history is not saved when not logged in.
Prompt
Add packages to context
No packages found.
davejamesmiller/laravel-breadcrumbs
artisanry/parsedown
christhompsontldr/phpsdk
enqueue/dsn
bunny/bunny
enqueue/test
enqueue/null
enqueue/amqp-tools
milesj/emojibase
bower-asset/punycode
bower-asset/inputmask
bower-asset/jquery
bower-asset/yii2-pjax
laravel/nova
spatie/laravel-mailcoach
spatie/laravel-superseeder
laravel/liferaft
nst/json-test-suite
danielmiessler/sec-lists
jackalope/jackalope-transport