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

Hierarchical Cache Laravel Package

cache/hierarchical-cache

PSR-6 cache pool with hierarchical keys and selective flushing. Organize cache entries like |users|:uid|followers| and invalidate whole branches (e.g., all followers) without clearing everything. Part of the PHP Cache organization.

View on GitHub
Deep Wiki
Context7
Package
Score
Description
Stars
Likes
Forks
Downloads
Issues
Score
Opportunity
License
Last Release
cache/cache-bundle 0.80 43 43 16 1K 0 5.9 21.2 MIT 8 years ago
View on GitHub
Context7
psr/cache 0.79 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,192 5,221 46 12M 0 26.4 46.6 MIT
View on GitHub
Context7
einar-hansen/laravel-psr-6-cache 0.79 Laravel package that bridges Laravel’s cache system with PSR-6. Use Laravel’s cache stores through a PSR-6 CacheItemPoolInterface for interoperability with PSR-compliant libraries, with simple configuration and drop-in integration. 1 1 1 2K 0 0.6 40.4 MIT 3 years ago
View on GitHub
Context7
psr/simple-cache 0.79 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,087 8,101 55 14M 0 29.1 46.3 MIT 4 years ago
View on GitHub
Context7
cache/prefixed-cache 0.78 PSR-6 cache pool decorator that prefixes all cache item keys with a predefined string. Wrap any PSR-6 cache (e.g., Redis) to safely namespace entries per app, tenant, or module. Part of the PHP-Cache ecosystem. 2 2 1 877 0 1.8 34.3 MIT 4 years ago
View on GitHub
Context7
cache/adapter-common 0.77 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 29 294K 0 6.3 47.3 MIT 4 years ago
View on GitHub
Context7
gpupo/cache 0.77 gpupo/cache is a lightweight PHP cache helper with a simple API for storing and retrieving values, aimed at reducing repeated computations and speeding up applications. Suitable for small projects or as a base for custom cache adapters. 2 3 2 218 0 0.0 NOASSERTION 9 years ago
View on GitHub
Context7
cache/chain-adapter 0.77 PSR-6 cache pool chain adapter that combines multiple cache pools (e.g., APCu + Redis) into a single CachePoolChain. Part of PHP-Cache, with optional features like tagging and hierarchy via shared docs. Install with composer and use with minimal setup. 11 10 6 10K 0 3.2 41.0 MIT 4 years ago
View on GitHub
Context7
cache/namespaced-cache 0.76 PSR-6 cache pool decorator that adds namespaces on top of a hierarchical cache (e.g., Redis). Wrap an existing cache pool and automatically prefix keys per namespace, helping isolate apps/modules while reusing the same backend. 14 14 0 7K 0 2.2 36.4 MIT 4 years ago
View on GitHub
Context7
spiral/cache 0.75 Spiral Cache provides a simple caching abstraction for Spiral/PHP apps, with support for multiple storage backends and configurable cache pools. Use it to speed up repeated operations, cache computed values, and centralize cache access and invalidation. 0 0 0 2K 0 0.0 46.9 MIT
View on GitHub
Context7
cache/adapter-bundle 0.75 30 30 26 3K 0 6.9 26.9 MIT 6 years ago
View on GitHub
Context7
cache/taggable-cache 0.75 Adapter that makes any PSR-6 cache pool taggable. Tag related cache items and invalidate them by tag without clearing the whole cache. Part of the PHP Cache organization; works with all PHP Cache pools supporting tagging. 0 36 10K 4.5 33.6
View on GitHub
Context7
doctrine/cache 0.69 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. 7,868 7,973 212 5M 1 40.6 38.1 MIT 4 years ago
View on GitHub
Deep Wiki
Context7
cache/simple-cache-bridge 0.69 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 45K 0 2.0 41.6 MIT 4 years ago
View on GitHub
Context7
spatie/laravel-prometheus 0.55 Export Laravel app metrics to Prometheus via a /prometheus endpoint. Register custom gauges and counters in code, with built-in metrics for queues and Horizon. Includes optional security so your metrics aren’t publicly exposed; pair with Grafana for dashboards. 279 275 42 102K 0 27.4 41.1 MIT 1 month ago
View on GitHub
Context7
spatie/laravel-googletagmanager 0.55 Laravel package for easy Google Tag Manager integration. Manage the JavaScript dataLayer from PHP, push variables and events, and include GTM scripts cleanly in your app with simple configuration and helpers. 443 450 59 74K 0 26.3 34.9 MIT 3 months ago
View on GitHub
Context7
spatie/laravel-mix-preload 0.55 Laravel package that adds a @preload Blade directive to automatically output preload/prefetch tags from your mix-manifest.json. Mark chunks by including “preload” or “prefetch” in the filename to optimize asset loading. 169 169 7 371 0 18.8 7.8 MIT 3 months ago
View on GitHub
Context7
spatie/laravel-auto-discoverer 0.54 Fast, cached discovery of PHP structures in your codebase. Find classes, interfaces, traits, and enums by conditions like “implements interface” or “uses trait,” and get rich metadata. Ideal for automation, registration, and scanning in production. 178 178 18 23 0 27.6 0.8 MIT 1 month ago
View on GitHub
Context7
spatie/laravel4-googletagmanager 0.54 Abandoned Laravel 4 package for integrating Google Tag Manager. Provides a facade/service provider to manage the GTM dataLayer and include the container code in your app. For Laravel 5+, use spatie/laravel-googletagmanager. 14 14 2 0 0 0.1 MIT
View on GitHub
Context7
spatie/php-structure-discoverer 0.54 Discover PHP classes, interfaces, traits, and enums that match conditions (e.g., implement an interface) across your project. Fast scanning with built-in caching and rich metadata—ideal for auto-registration, tooling, and framework integrations. 178 179 18 2M 0 27.6 64.2 MIT 1 month ago
View on GitHub
Deep Wiki
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.
milito/query-filter
apiboxsym/user-bundle
apiboxsym/health-check-bundle
jayeshmepani/jpl-moshier-ephemeris-php
elnasnato/laraliveui
labrodev/rest-sdk
sampaui/sampaui
babelqueue/php-sdk
facebook/capi-param-builder-php
babelqueue/symfony
hamzi/corewatch
minionfactory/raw-hydrator
hexters/coinpayment
rjcodes/rjcms
act-training/laravel-permissions-manager
alimarchal/laravel-chart-of-accounts
babenkoivan/elastic-scout-driver
mkwebdesign/filament-watchdog-v5
renatomarinho/laravel-page-speed
zedmagdy/filament-business-hours