PHPackages                             aidarkolbaev/memclient - 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. aidarkolbaev/memclient

ActiveLibrary[Caching](/categories/caching)

aidarkolbaev/memclient
======================

Pure PHP Memcached client

v1.0.1(6y ago)05MITPHPPHP ^7.1CI failing

Since Jul 16Pushed 6y agoCompare

[ Source](https://github.com/aidarkolbaev/memclient)[ Packagist](https://packagist.org/packages/aidarkolbaev/memclient)[ Docs](https://github.com/aidarkolbaev/memclient)[ RSS](/packages/aidarkolbaev-memclient/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependencies (2)Versions (3)Used By (0)

#### MClient - pure php memcached client

[](#mclient---pure-php-memcached-client)

[![Build Status](https://camo.githubusercontent.com/7b65f7131ad91e9576474c486897a509d2e9aba59d7293bfeb293292013e9751/68747470733a2f2f7472617669732d63692e6f72672f61696461726b6f6c626165762f6d656d636c69656e742e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/aidarkolbaev/memclient)

#### Getting started

[](#getting-started)

```
$ composer require aidarkolbaev/memclient
```

```
$memcached = new \MClient\Memcached();

// In seconds
$expiration = 30;

// to store data
$memcached->set("key", "value", $expiration);

// to retrieve data
$memcached->get("key");

// to delete data
$memcached->delete("key");

// to enable asynchronous mode
$memcached->async(true);

// Retrieves data called by get() method in asynchronous mode
$memcached->receive();
```

###  Health Score

24

—

LowBetter than 31% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity55

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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

2

Last Release

2541d ago

### Community

Maintainers

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

---

Top Contributors

[![aidarkolbaev](https://avatars.githubusercontent.com/u/42473335?v=4)](https://github.com/aidarkolbaev "aidarkolbaev (15 commits)")

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/aidarkolbaev-memclient/health.svg)

```
[![Health](https://phpackages.com/badges/aidarkolbaev-memclient/health.svg)](https://phpackages.com/packages/aidarkolbaev-memclient)
```

###  Alternatives

[beryllium/cachebundle

Provides an interface to Memcache for Symfony2 applications

32136.0k](/packages/beryllium-cachebundle)

PHPackages © 2026

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