PHPackages                             komw/silex-layered-memcache - 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. komw/silex-layered-memcache

ActiveLibrary[Caching](/categories/caching)

komw/silex-layered-memcache
===========================

Memcache extension for Silex

v1.1.8(9y ago)0157MITPHPPHP &gt;=5.3.0

Since Apr 27Pushed 9y ago1 watchersCompare

[ Source](https://github.com/komw/silex-layered-memcache)[ Packagist](https://packagist.org/packages/komw/silex-layered-memcache)[ Docs](https://github.com/komw/silex-layered-memcache)[ RSS](/packages/komw-silex-layered-memcache/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (1)Versions (12)Used By (0)

Silex-Layered-Memcache
======================

[](#silex-layered-memcache)

Installation
------------

[](#installation)

Create a composer.json in your projects root-directory:

```
{
    "require": {
        "komw/silex-layered-memcache": "1.*"
    }
}

```

More Information
----------------

[](#more-information)

Example:

```
$app->register(new LayeredMemcache(),
    [
     'memcache.server'  => [array(
       ['127.0.0.1', 11211],
    ]
);

//OR

$app->register(new LayeredMemcache());

$data = $app['layered_memcache']->get('key_name', function () {
          //gettting data from DB,etc.
          return $data;
        }
);

```

License
-------

[](#license)

'Silex-Layered-Memcache' is licensed under the MIT license.

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity65

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

Every ~18 days

Total

11

Last Release

3479d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/dde3fcbd67e6b85daa52231eea6945667dcb85420fd6c1e4e8bb49cf3833ee5c?d=identicon)[komw](/maintainers/komw)

---

Top Contributors

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

---

Tags

silexmemcache

### Embed Badge

![Health badge](/badges/komw-silex-layered-memcache/health.svg)

```
[![Health](https://phpackages.com/badges/komw-silex-layered-memcache/health.svg)](https://phpackages.com/packages/komw-silex-layered-memcache)
```

###  Alternatives

[sabre/cache

Simple cache abstraction layer implementing PSR-16

541.2M3](/packages/sabre-cache)[predis/service-provider

Predis service provider for the Silex microframework

68546.6k1](/packages/predis-service-provider)[kuikui/memcache-service-provider

Memcache integration for Silex.

1231.6k](/packages/kuikui-memcache-service-provider)[robinn/phpcacheadmin

A web dashboard for your favorite caching system.

4441.1k1](/packages/robinn-phpcacheadmin)[moust/silex-cache

Cache service provider for Silex application

33138.4k1](/packages/moust-silex-cache)[beryllium/cachebundle

Provides an interface to Memcache for Symfony2 applications

32135.8k](/packages/beryllium-cachebundle)

PHPackages © 2026

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