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 3mo 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 today

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

28

—

LowBetter than 52% of packages

Maintenance52

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

812d 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

[beryllium/cachebundle

Provides an interface to Memcache for Symfony2 applications

33136.2k](/packages/beryllium-cachebundle)

PHPackages © 2026

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