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

Memcache Adapter Laravel Package

cache/memcache-adapter

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.

View on GitHub
Deep Wiki
Context7
Package
Score
Description
Stars
Likes
Forks
Downloads
Issues
Score
Opportunity
License
Last Release
cache/memcached-adapter 0.90 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 22K 0 2.9 42.0 MIT 4 years ago
View on GitHub
Context7
laminas/laminas-cache-storage-adapter-memcached 0.89 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
thecodingmachine/cache-utils 0.88 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
besimple/memcached 0.87 Laravel-friendly Memcached integration that simplifies using the PHP Memcached extension for caching and session storage. Provides configuration helpers and adapter glue so your app can talk to Memcached servers with minimal setup. 0 0 0 0 0 0.0
View on GitHub
Context7
laminas/laminas-cache-storage-adapter-filesystem 0.87 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
clickalicious/memcached.php 0.87 Plain PHP Memcached client with near-complete ASCII protocol support. Store native PHP types (arrays/objects), incr/decr, efficient shared connections, configurable close behavior, PSR-compliant clean code, and solid PHPUnit test coverage. 29 30 9 691 4 3.9 20.1 BSD-3-Clause 10 years ago
View on GitHub
Context7
einar-hansen/laravel-psr-6-cache 0.87 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
kevinrob/guzzle-cache-middleware 0.86 RFC 7234–compliant HTTP cache middleware for Guzzle 6+ using a HandlerStack. Improve API call performance with transparent caching. Supports PSR-7 and multiple storages: Laravel cache, Flysystem, PSR-6/16, and WordPress object cache. 435 440 80 405K 20 40.2 56.0 MIT 4 days ago
View on GitHub
Context7
symfony/cache 0.86 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
druidvav/memcache-bundle 0.86 0 0 0 0 0 0.2 10 years ago
View on GitHub
Context7
laminas/laminas-cache 0.86 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
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 42 188K 14 32.8 48.4 NOASSERTION 2 months ago
View on GitHub
Context7
laminas/laminas-cache-storage-adapter-test 0.86 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
leaseweb/memcache-bundle 0.86 Deprecated Symfony bundle adding Memcache (php-memcache) integration for sessions and caching, including Doctrine support and Web Debug Toolbar profiling to analyze cache behavior and performance under high load. Not actively maintained; consider forking. 201 206 55 2K 25 8.7 15.8 MIT 9 years ago
View on GitHub
Context7
cache/redis-adapter 0.85 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/illuminate-adapter 0.85 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.5 MIT 4 years ago
View on GitHub
Context7
sonata-project/cache 0.85 Deprecated Sonata cache library providing adapters for cache backends and counters. Includes Redis (PRedis) implementations to set/get cached values and increment counters, with simple key arrays and TTL support via Composer install. 0 324 92K 2.3 24.0
View on GitHub
Context7
zetacomponents/cache 0.85 6 6 9 2K 0 0.6 33.8 NOASSERTION
View on GitHub
Context7
cache/doctrine-adapter 0.85 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
beste/in-memory-cache 0.85 PSR-6 in-memory cache for PHP, ideal as a default cache or for tests. Lightweight CacheItemPool implementation with support for expiration and optional PSR-20 clock injection (e.g., frozen clocks) to control time in tests. 26 25 0 1M 0 17.6 62.7 MIT 3 months 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.
besmartand-pro/php-quality-config
sentix/ai-chatbot
terminal42/code-quality-tools
codifyo/ts-generator-bundle
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