PHPackages                             tasofen/allkeys-memcached - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Caching](/categories/caching)
4. /
5. tasofen/allkeys-memcached

ActiveLibrary[Caching](/categories/caching)

tasofen/allkeys-memcached
=========================

1.0.0(8y ago)0271MITPHP

Since Jul 21Pushed 8y ago1 watchersCompare

[ Source](https://github.com/tasofen/allkeys-memcached)[ Packagist](https://packagist.org/packages/tasofen/allkeys-memcached)[ RSS](/packages/tasofen-allkeys-memcached/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependencies (1)Versions (1)Used By (1)

Fix getAllKeys for php-memcached (read from socket)
===================================================

[](#fix-getallkeys-for-php-memcached-read-from-socket)

[![Total Downloads](https://camo.githubusercontent.com/572e61884de4940cc6f5c7fdfa6a3fbd991d4eb53706717be8bbc865448f4df8/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f7461736f66656e2f616c6c6b6579732d6d656d6361636865642e7376673f636f6c6f72423d627269676874677265656e)](https://packagist.org/packages/tasofen/allkeys-memcached)

Install via [composer](https://getcomposer.org/)
------------------------------------------------

[](#install-via-composer)

```
composer require tasofen/allkeys-memcached
```

Use
---

[](#use)

```
require 'vendor/autoload.php';
$m = new tasofen\FixMemcached();
$m->addServer('127.0.0.1', 11211);
$m->set('key-1', 'value-1');
$m->set('key-2', 'value-2');
print_r($m->getAllKeys());
```

###  Health Score

26

—

LowBetter than 40% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity61

Established project with proven stability

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

2946d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/5670146?v=4)[tasofen](/maintainers/tasofen)[@tasofen](https://github.com/tasofen)

---

Tags

memcachedphpphp-memcached

### Embed Badge

![Health badge](/badges/tasofen-allkeys-memcached/health.svg)

```
[![Health](https://phpackages.com/badges/tasofen-allkeys-memcached/health.svg)](https://phpackages.com/packages/tasofen-allkeys-memcached)
```

###  Alternatives

[iazaran/smart-cache

Smart Cache is a caching optimization package designed to enhance the way your Laravel application handles data caching. It intelligently manages large data sets by compressing, chunking, or applying other optimization strategies to keep your application performant and efficient.

21114.2k](/packages/iazaran-smart-cache)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
