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

Apcu Adapter Laravel Package

cache/apcu-adapter

PSR-6 cache pool adapter backed by APCu from the PHP Cache organization. Drop-in cache implementation with no configuration required—instantiate ApcuCachePool and start caching. Supports shared PHP-Cache features like tagging and hierarchy via docs.

View on GitHub
Deep Wiki
Context7
Package
Score
Description
Stars
Likes
Forks
Downloads
Issues
Score
Opportunity
License
Last Release
cache/adapter-bundle 0.84 30 30 26 2K 0 6.9 25.3 MIT 7 years ago
View on GitHub
Context7
cache/apc-adapter 0.84 9 9 3 379 0 2.8 22.0 MIT 4 years ago
View on GitHub
Context7
symfony/polyfill-apcu 0.83 Symfony Polyfill for APCu: provides apcu_* functions and the APCuIterator class for projects relying on the legacy APC extension, enabling compatible caching APIs when APCu isn’t available or APC is used. 631 631 3 420K 0 18.7 43.9 MIT 3 months ago
View on GitHub
Context7
laminas/laminas-cache-storage-adapter-memcached 0.83 Memcached storage adapter for Laminas Cache. Provides a cache storage implementation backed by the PHP Memcached extension, supporting common cache operations, options, and integration with Laminas cache plugins and configuration. 1 1 8 46K 1 4.6 56.3 BSD-3-Clause 1 year ago
View on GitHub
Context7
phpfastcache/phpfastcache 0.83 Phpfastcache is a fast, driver-based PHP caching library supporting PSR-6 and PSR-16. Works with many backends (files, APCu, Redis, Memcached, etc.), offers a unified API, and includes a type-aware v9 for PHP 8+. 2,406 2,454 444 127K 5 35.9 25.7 MIT 1 year ago
View on GitHub
Context7
cache/illuminate-adapter 0.82 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 421 0 1.3 21.4 MIT 4 years ago
View on GitHub
Context7
cache/chain-adapter 0.82 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 11 6 6K 0 3.2 36.8 MIT 4 years ago
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,154 4,180 66 9M 0 57.4 53.7 MIT 1 week ago
View on GitHub
Deep Wiki
Context7
cash/lrucache 0.82 Memory-based, non-persistent Least Recently Used (LRU) cache for PHP. Supports integer or string keys and any value types, with a fixed max size and automatic eviction of least-recently-used entries when capacity is exceeded. 36 36 2 72K 0 0.2 45.4 MIT
View on GitHub
Context7
cache/memcache-adapter 0.81 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/memcached-adapter 0.81 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
psr-discovery/cache-implementations 0.81 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
mostafaznv/laracache 0.81 272 272 6 2K 0 21.6 13.0 MIT 3 months ago
View on GitHub
Context7
cache/adapter-common 0.81 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
thecodingmachine/cache-utils 0.81 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
gpupo/cache 0.81 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
cache/array-adapter 0.80 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
cache/redis-adapter 0.80 PSR-6 cache pool backed by Redis using the PhpRedis extension. Part of the PHP Cache ecosystem, with shared docs for advanced features like tagging and hierarchy. Supports Redis, RedisArray, and RedisCluster clients. 53 58 15 51K 0 3.7 41.1 MIT 3 years ago
View on GitHub
Context7
cache/filesystem-adapter 0.80 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
cache/void-adapter 0.80 PSR-6 “void” (null/blackhole) cache pool that never stores anything and always returns empty cache items. Useful for disabling caching in tests or no-op environments. Part of the PHP-Cache organization. 18 18 4 20K 0 2.9 41.8 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.
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
spatie/mailcoach-vapor