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

Filesystem Adapter Laravel Package

cache/filesystem-adapter

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...

View on GitHub
Deep Wiki
Context7
Package
Score
Description
Stars
Likes
Forks
Downloads
Issues
Score
Opportunity
License
Last Release
league/flysystem-cached-adapter 0.86 Caching adapter for Flysystem that speeds up filesystem operations by storing metadata (like directory listings and file info) in a cache backend. Reduces repeated calls to slower storage (S3/FTP) and improves performance in read-heavy scenarios. 355 357 61 177K 0 4.3 38.0 MIT 8 years ago
View on GitHub
Context7
cache/illuminate-adapter 0.86 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. 11 11 3 321 0 1.3 19.9 MIT 4 years ago
View on GitHub
Context7
cache/doctrine-adapter 0.84 PSR-6 cache pool adapter backed by Doctrine Cache. Wraps Doctrine cache drivers (e.g., MemcachedCache) in a standards-compliant PSR-6 CacheItemPool for easy integration with php-cache features like tagging and hierarchy support. 13 15 2 20K 0 3.1 43.8 MIT 4 years ago
View on GitHub
Context7
cache/memcached-adapter 0.84 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
gregwar/cache 0.84 gregwar/cache is a lightweight PHP caching library with a simple API for caching values and function results. Supports multiple backends (filesystem, APC/APCu, memcache), TTL expiration, cache namespaces/prefixes, and easy integration into existing apps. 108 112 30 33K 4 2.8 36.0 MIT
View on GitHub
Context7
jord-jd/do-file-cache-psr-6 0.84 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 4 days ago
View on GitHub
Context7
cache/memcache-adapter 0.84 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
cache/adapter-bundle 0.84 30 30 26 2K 0 6.9 25.3 MIT 7 years ago
View on GitHub
Context7
cache/adapter-common 0.84 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 30 288K 0 6.4 47.2 MIT 4 years ago
View on GitHub
Context7
cache/array-adapter 0.83 PSR-6 cache pool implemented with an in-memory PHP array. Zero configuration: just instantiate ArrayCachePool for fast, ephemeral caching in tests or single-request use. Part of the PHP Cache ecosystem with shared docs and optional features info. 55 57 15 74K 0 4.4 42.9 MIT 4 years ago
View on GitHub
Context7
psr/simple-cache 0.83 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,079 8,101 56 15M 0 29.1 46.6 MIT 4 years ago
View on GitHub
Context7
laminas/laminas-cache-storage-adapter-filesystem 0.83 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 92K 4 19.0 62.9 BSD-3-Clause 4 months ago
View on GitHub
Context7
doctrine/cache 0.83 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,863 7,973 212 5M 1 40.6 38.4 MIT 4 years ago
View on GitHub
Deep Wiki
Context7
thecodingmachine/cache-utils 0.83 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/cache 0.82 Meta package for the PHP-Cache ecosystem: PSR-6 cache adapters and libraries (tagging, hierarchy, bundles) in one install. Useful for development and contributing, but not actively maintained—new projects should consider Symfony Cache. 267 272 80 11K 0 7.3 29.8 MIT 9 years ago
View on GitHub
Context7
nao-pon/flysystem-cached-extra 0.82 37 37 5 14K 0 0.3 35.7
View on GitHub
Context7
symfony/cache 0.82 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,157 4,187 65 8M 0 56.4 53.1 MIT 3 weeks ago
View on GitHub
Deep Wiki
Context7
league/flysystem 0.82 Flysystem is a filesystem abstraction for PHP that lets you work with local disks, S3, FTP, and more through one consistent API. Swap storage backends without changing your code, with adapters, streams, and strong integration across frameworks like Laravel. 13,578 13,954 860 14M 84 64.8 64.2 MIT 2 years ago
View on GitHub
Context7
illuminate/filesystem 0.82 Illuminate Filesystem is Laravel’s filesystem abstraction, providing a clean API for local and cloud storage. It supports multiple “disks” (local, S3, FTP, etc.), file operations, streaming, visibility, and configuration via the Flysystem adapter layer. 152 161 24 1M 0 1.5 53.2 MIT
View on GitHub
Deep Wiki
Context7
cache/apc-adapter 0.82 9 9 3 379 0 2.8 22.0 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.
nexmo/api-specification
capell-app/block-library
axium/identity
cetria/laravel-dummy-models
cetria/reflection-helper
agropredict/sso-auth-bundle
evolvestudio/spam-protection
datacore/hub-sdk
develia/commons
cuci/prototurk-sdk
cuci/prototurk-sdk-symfony
develia/geo-bundle
dreamzy/livewire-charts
touchestate-sdk/php-sdk
ecotone/kafka
22h/doctrine-garbage-collection-bundle
agtp/agtp-php
agtp/mod-php
splash/sonata-admin
splash/metadata