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

Adapter Common Laravel Package

cache/adapter-common

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.

View on GitHub
Deep Wiki
Context7
Package
Score
Description
Stars
Likes
Forks
Downloads
Issues
Score
Opportunity
License
Last Release
cache/cache 0.89 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. 265 271 81 16K 0 7.4 31.9 MIT 8 years ago
View on GitHub
Context7
cache/adapter-bundle 0.86 30 30 26 3K 0 6.9 27.3 MIT 6 years ago
View on GitHub
Context7
einar-hansen/laravel-psr-6-cache 0.85 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
cache/array-adapter 0.85 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 56 15 72K 0 4.4 42.9 MIT 4 years ago
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,192 5,221 46 13M 0 26.4 46.7 MIT
View on GitHub
Context7
symfony/cache-contracts 0.84 Symfony Cache Contracts defines lightweight, PSR-friendly interfaces for cache and tag-aware caching, enabling consistent cache usage across Symfony components and third-party libraries. Use it to type-hint against stable APIs while swapping cache implementations. 2,381 2,382 6 7M 0 32.4 56.2 MIT 4 weeks ago
View on GitHub
Deep Wiki
Context7
psr/simple-cache 0.84 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/illuminate-adapter 0.84 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 257 0 1.3 18.7 MIT 4 years ago
View on GitHub
Context7
cache/filesystem-adapter 0.82 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... 0 72 88K 4.4 42.9
View on GitHub
Context7
doctrine/cache 0.81 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.4 MIT 4 years ago
View on GitHub
Deep Wiki
Context7
cache/doctrine-adapter 0.81 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 24K 0 3.1 44.6 MIT 4 years ago
View on GitHub
Context7
cache/simple-cache-bridge 0.80 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
cache/memcache-adapter 0.80 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 35.0 MIT 4 years ago
View on GitHub
Context7
tedivm/stash 0.72 Stash is a PHP caching library for speeding up expensive code (DB queries, API calls) by storing results in a cache. It provides Pool and Item APIs with pluggable storage Drivers, including composite setups and maintenance tools like purge. 961 981 130 44K 34 38.9 37.4 BSD-3-Clause 5 months ago
View on GitHub
Context7
php-standard-library/php-standard-library 0.63 PSL is a modern standard library for PHP 8.4+, inspired by HHVM’s HSL. It offers consistent, well-typed APIs for async, collections, I/O, networking, crypto, terminal UI, and more—safer alternatives to built-ins with predictable errors and async-ready design. 1,543 1,544 87 254K 21 46.2 44.0 MIT 1 week ago
View on GitHub
Context7
fgrosse/phpasn1 0.62 183 175 48 397K 9 2.9 34.1 MIT 4 years ago
View on GitHub
Context7
azjezz/psl 0.62 PSL (PHP Standard Library) offers a consistent, well-typed set of safer, async-ready APIs to replace PHP primitives. Covers async, collections, networking, I/O, cryptography, terminal UI, and type-safe data validation with predictable errors. 1,543 1,545 87 388K 21 47.7 46.9 MIT 1 week ago
View on GitHub
Deep Wiki
Context7
genkgo/php-asn1 0.62 Encode and decode arbitrary ASN.1 structures in PHP using ITU-T X.690 (DER/BER). Build or parse X.509/PKI data like CSRs, certificates, and CRLs, manipulate objects, then re-encode. Requires supported PHP plus gmp or bcmath. 4 4 5 43K 0 14.0 60.1 MIT 5 months ago
View on GitHub
Context7
php-standard-library/foundation 0.61 A lightweight PHP foundation library offering common building blocks and utilities to bootstrap projects. Provides reusable helpers and core abstractions to reduce boilerplate and standardize patterns across apps and packages. 1 1 0 33K 0 21.2 64.8 MIT 1 week ago
View on GitHub
Context7
php-standard-library/filesystem 0.61 Type-safe filesystem utilities for PHP Standard Library. Perform common file and directory operations with consistent APIs and proper exception handling, improving safety and clarity over raw PHP functions. Documentation and contribution links included. 1 1 0 21K 0 21.2 64.9 MIT 1 week 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.
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
renatovdemoura/blade-elements-ui
devgeek/beacon-admin
benjamin-rqt/data-watcher-bundle
atriumphp/atrium
sandermuller/package-boost-laravel
sandermuller/boost-skills
redaxo/core
yusufgenc/filament-api-forge
l3aro/rating-star-for-filament
leek/filament-subtenant-scope