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

Illuminate Adapter Laravel Package

cache/illuminate-adapter

PSR-6 cache pool adapter for Laravel Illuminate cache stores. Wrap any Illuminate\Cache\Store (e.g., ArrayStore) to use via standard PSR-6 CacheItemPoolInterface. Part of the PHP-Cache organization with shared docs on tags and hierarchy.

View on GitHub
Deep Wiki
Context7
Package
Score
Description
Stars
Likes
Forks
Downloads
Issues
Score
Opportunity
License
Last Release
einar-hansen/laravel-psr-6-cache 0.90 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 41.7 MIT 3 years ago
View on GitHub
Context7
cache/adapter-bundle 0.88 30 30 26 2K 0 6.9 25.3 MIT 7 years ago
View on GitHub
Context7
psr-discovery/cache-implementations 0.87 Discovers installed PSR-6 cache implementations at runtime and returns the first available adapter, avoiding hard dependencies in libraries/SDKs. Supports php-cache adapters and Stash, with options to prefer or manually instantiate configurable caches. 8 8 1 455K 0 1.3 55.3 MIT 1 year ago
View on GitHub
Context7
cache/memcache-adapter 0.87 PSR-6 cache pool implementation backed by the Memcache extension. Create a Memcache client, connect to your server, and use MemcacheCachePool for standards-based caching. Part of the PHP Cache (php-cache) ecosystem. 6 7 4 2K 0 2.6 34.5 MIT 4 years ago
View on GitHub
Context7
desarrolla2/cache 0.87 Immutable PSR-16 simple cache library for PHP with multiple adapters (APCu, File, Memcached, Redis, MongoDB, etc.) plus a Chain adapter. Supports configurable options like default TTL via withOption/withOptions. Aims to be complete, correct, and fast. 135 148 37 16K 0 2.4 28.5 MIT 7 years ago
View on GitHub
Context7
cache/prefixed-cache 0.87 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 1K 0 1.8 35.1 MIT 4 years ago
View on GitHub
Context7
laminas/laminas-cache-storage-adapter-test 0.87 Test adapter for laminas-cache storage, providing utilities for testing cache implementations. Useful in CI and unit tests to verify behavior of cache adapters and storage plugins within Laminas applications. 1 1 10 760 2 20.4 40.9 BSD-3-Clause 4 months ago
View on GitHub
Context7
symfony/cache 0.87 Symfony Cache is a fast, low-overhead caching component with PSR-6 implementations and adapters for common backends. Includes a PSR-16 adapter plus support for symfony/cache-contracts CacheInterface and TagAwareCacheInterface. 4,154 4,180 66 9M 0 57.4 53.7 MIT 1 week ago
View on GitHub
Deep Wiki
Context7
cache/memcached-adapter 0.87 PSR-6 cache pool backed by Memcached. Create a Memcached client, add servers, and use MemcachedCachePool for fast, standards-based caching. Part of the PHP Cache ecosystem with shared docs for tagging and hierarchy support. 16 18 4 19K 0 2.9 42.0 MIT 4 years ago
View on GitHub
Context7
jord-jd/do-file-cache-psr-6 0.86 PSR-6 cache adapter for Jord-JD/DO File Cache. Use it to access DO File Cache through standard PSR-6 CacheItemPoolInterface for framework-agnostic caching with Composer-based installation. 8 8 12 12K 0 21.8 50.8 LGPL-3.0 2 weeks ago
View on GitHub
Context7
nette/caching 0.86 Nette Caching is a lightweight PHP caching library with a simple API and multiple storage backends (file, memory, etc.). Supports cache expiration, dependencies, tags, and automatic invalidation to speed up applications with minimal setup. 437 442 43 188K 14 32.8 48.4 NOASSERTION 2 months ago
View on GitHub
Context7
cache/filesystem-adapter 0.86 A PSR-6 cache adapter for Laravel/PHP using Flysystem to store cache files in a filesystem. Store, retrieve, and manage cache efficiently with filesystem-backed persistence. Supports tagging, hierarchy, and easy configuration via setFolder(). Ideal for Laravel applications needing scalable caching s... 70 72 22 88K 0 4.4 42.7 MIT 4 years ago
View on GitHub
Context7
laminas/laminas-cache-storage-adapter-filesystem 0.86 Filesystem storage adapter for laminas-cache. Provides a cache backend that persists items on disk with configurable options and integration with Laminas Cache storage interfaces, suitable for local or shared filesystem caching. 7 7 16 90K 4 18.2 62.5 BSD-3-Clause 4 months ago
View on GitHub
Context7
laminas/laminas-cache 0.85 Laminas Cache provides flexible caching for PHP apps with storage adapters (memory, filesystem, Redis, etc.), plugins, and cache patterns. Includes PSR-6/PSR-16 support, configuration options, and utilities for improving performance and reducing expensive operations. 107 108 61 136K 9 27.2 52.3 BSD-3-Clause 4 months ago
View on GitHub
Context7
gpupo/cache 0.85 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 198 0 1.2 17.8 NOASSERTION 9 years ago
View on GitHub
Context7
thecodingmachine/cache-utils 0.85 Small set of PHP cache helpers by TheCodingMachine: adapters and utilities around PSR-6/PSR-16 caches, including cache wrappers and simple tooling to standardize access, reduce boilerplate, and ease integration in frameworks and libraries. 2 2 3 34K 0 0.6 55.3 7 years ago
View on GitHub
Context7
cache/psr-6-doctrine-bridge 0.85 15 15 4 8K 0 3.2 37.4 MIT 4 years ago
View on GitHub
Context7
fig/cache-util 0.85 Utilities for building PSR-6 cache libraries: traits and base classes that handle common boilerplate for cache pools and items. Includes a simple in-memory PSR-6 implementation for demos and debugging (not production-ready). 36 38 12 2K 1 0.6 22.4 MIT
View on GitHub
Context7
cache/apc-adapter 0.85 9 9 3 379 0 2.8 22.0 MIT 4 years ago
View on GitHub
Context7
cache/predis-adapter 0.85 PSR-6 cache pool implementation backed by Predis (Redis) from the PHP Cache organization. Create a Predis\Client and wrap it in PredisCachePool for fast, standards-compliant caching with shared features like tagging and hierarchy support. 24 27 18 21K 0 4.0 40.3 MIT 4 years 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.
terminal42/code-quality-tools
codifyo/ts-generator-bundle
andydefer/laravel-cluster
testo/fiber
mintobit/jobqueue
a4sex/maintenance-bundle
a4sex/entity-date-update
a4sex/client-identifier
a4sex/base-utilites
a4sex/key-value-storage
a4sex/micro-status
chilldev/dependency-injection-extra
datinglibre/datinglibre-app-api
biberltd/corebundle
bricre/symfony-bundle-test
biberltd/logbundle
dominium/http-adapter-bundle
dominium/google-analytics
a4sex/auto-clean-entity
christhompsontldr/laravel-inky