PHPackages                             danilin-em/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. danilin-em/memcached

ActiveLibrary[Caching](/categories/caching)

danilin-em/memcached
====================

Memcached client for PHP. No dependencies, no extensions, no third-party libraries. No regrets.

0.4.0(2y ago)04MITPHPPHP ^8.0CI failing

Since Apr 11Pushed 5mo ago1 watchersCompare

[ Source](https://github.com/danilin-em/test-memcached-lib)[ Packagist](https://packagist.org/packages/danilin-em/memcached)[ Docs](https://github.com/danilin-em/test-memcached-lib)[ RSS](/packages/danilin-em-memcached/feed)WikiDiscussions master Synced 2w ago

READMEChangelogDependencies (6)Versions (9)Used By (0)

```
Тестовое задание:
Необходимо реализовать библиотеку-клиент к Memcached. Библиотека должна на низком уровне реализовывать команды get/set/delete и уметь работать в синхронном режиме.
При реализации необходимо использовать подход Test Driven Development.
Чтобы понять, как работает клиент, можно сделать вот такую telnet сессию, - она проиллюстрирует типичное общение клиента с сервером::

$ telnet localhost 11211
get key
END
set key 0 3600 3
xyz
STORED
get key
VALUE key 0 3
xyz
END

Для автоматизации проверок нужно прикрутить Travis CI и проверку кода на соотвествие стандартам PSR-2.
Также тебе пригодится документация: https://github.com/memcached/memcached/blob/master/doc/protocol.txt
```

###  Health Score

27

—

LowBetter than 46% of packages

Maintenance49

Moderate activity, may be stable

Popularity3

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity42

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 83.3% of commits — single point of failure

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

Every ~0 days

Total

4

Last Release

858d ago

PHP version history (4 changes)0.2.0PHP ^7.0

0.4.0PHP ^8.0

0.1.0PHP ^5.6

0.3.0PHP ^7.4

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/46928452?v=4)[Evgenii Danilin](/maintainers/danilin-em)[@danilin-em](https://github.com/danilin-em)

---

Top Contributors

[![danilin-em](https://avatars.githubusercontent.com/u/46928452?v=4)](https://github.com/danilin-em "danilin-em (10 commits)")[![Copilot](https://avatars.githubusercontent.com/in/1143301?v=4)](https://github.com/Copilot "Copilot (2 commits)")

---

Tags

memcachememcachedmemcached-cachememcached-clientmemcached-clientsphpphp-library

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Code StylePHP\_CodeSniffer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/danilin-em-memcached/health.svg)

```
[![Health](https://phpackages.com/badges/danilin-em-memcached/health.svg)](https://phpackages.com/packages/danilin-em-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)[phpfastcache/phpssdb

PHP SSDB Driver for phpFastCache

14736.9k1](/packages/phpfastcache-phpssdb)[rapidwebltd/rw-file-cache

RW File Cache is a PHP File-based Caching Library. Its syntax is designed to closely resemble the PHP memcache extension.

15196.8k7](/packages/rapidwebltd-rw-file-cache)[yuzuru-s/redis-recommend

Wrapping Redis's sorted set APIs for specializing recommending operations.

392.9k](/packages/yuzuru-s-redis-recommend)[ichhabrecht/intcache

Turn uncachable page objects into cacheable links

193.9k](/packages/ichhabrecht-intcache)

PHPackages © 2026

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