PHPackages                             sergeym0615/memcached-lib - 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. sergeym0615/memcached-lib

ActiveLibrary[Caching](/categories/caching)

sergeym0615/memcached-lib
=========================

Memcached implemented method set|get|delete

1.0.0(7y ago)05MITPHP

Since Sep 10Pushed 7y agoCompare

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

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

Memcached-lib
=============

[](#memcached-lib)

Implemented get/set/delete.

Install
-------

[](#install)

```
composer require sergeym0615/memcached-lib
```

use
---

[](#use)

```
use MemcachedLib\MemcahedLib;

#Default
$memcached = new MemcachedLib();

#Custom host and port
$host = '127.0.0.1';
$port = 11211
$memcached = new MemcachedLib($host, $port);
```

Save data

```
$memcached->set( string $key , mixed $value [, int $time ] );
```

Get data

```
$data = $memcached->get(string $key);
```

Removed data

```
$memcached->delete(string $key);
```

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity62

Established project with proven stability

 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

Unknown

Total

1

Last Release

2850d ago

### Community

Maintainers

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

---

Top Contributors

[![digital-vs-it](https://avatars.githubusercontent.com/u/220638447?v=4)](https://github.com/digital-vs-it "digital-vs-it (9 commits)")

### Embed Badge

![Health badge](/badges/sergeym0615-memcached-lib/health.svg)

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

###  Alternatives

[pestphp/pest

The elegant PHP Testing Framework.

11.6k67.7M19.1k](/packages/pestphp-pest)[drupal/core-dev

require-dev dependencies from drupal/drupal; use in addition to drupal/core-recommended to run tests from drupal/core.

2022.0M322](/packages/drupal-core-dev)[webmozarts/strict-phpunit

Enables type-safe comparisons of objects in PHPUnit

30300.1k6](/packages/webmozarts-strict-phpunit)

PHPackages © 2026

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