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

ActiveLibrary

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 today

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 43% 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

2799d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/2f26a2bf164a0533eb39fc946a0366ce6465458ad2853da802aafbf82cc68085?d=identicon)[sergeym0615](/maintainers/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

[timacdonald/log-fake

A drop in fake logger for testing with the Laravel framework.

4235.9M54](/packages/timacdonald-log-fake)[jasonmccreary/laravel-test-assertions

A set of helpful assertions when testing Laravel applications.

3513.9M32](/packages/jasonmccreary-laravel-test-assertions)[ergebnis/phpunit-slow-test-detector

Provides facilities for detecting slow tests in phpunit/phpunit.

1468.1M72](/packages/ergebnis-phpunit-slow-test-detector)[typo3/testing-framework

The TYPO3 testing framework provides base classes for unit, functional and acceptance testing.

675.0M774](/packages/typo3-testing-framework)[robiningelbrecht/phpunit-pretty-print

Prettify PHPUnit output

76460.0k15](/packages/robiningelbrecht-phpunit-pretty-print)[webmozarts/strict-phpunit

Enables type-safe comparisons of objects in PHPUnit

31252.7k5](/packages/webmozarts-strict-phpunit)

PHPackages © 2026

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