PHPackages                             cwreden/silex-stash-service - 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. cwreden/silex-stash-service

ActiveLibrary[Caching](/categories/caching)

cwreden/silex-stash-service
===========================

The stash cache service for silex.

19PHP

Since Aug 4Pushed 12y ago1 watchersCompare

[ Source](https://github.com/cwreden/SilexStashService)[ Packagist](https://packagist.org/packages/cwreden/silex-stash-service)[ RSS](/packages/cwreden-silex-stash-service/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

SilexStashService
=================

[](#silexstashservice)

The stash cache service for silex.

### Services

[](#services)

- stash =&gt; StashService
- stash.cache =&gt; Default Pool
- stash.caches =&gt; Pimple with all registered Pool classes

### Register a new cache pool on runtime

[](#register-a-new-cache-pool-on-runtime)

You can register a new cache by using the 'stash.cache.register'-function.

```

$app['stash.cache.register']('myNewCachePool', array(
    'driver' => 'apc'
));

```

### Possible drivers

[](#possible-drivers)

- memory
- file\_system
- redis
- sqlite
- apc

### Options

[](#options)

```

array(
    'driver' => 'apc',            // use the driver oder driverClass option
    'driverClass' => 'My\Driver',
    'poolClass' => 'My\Pool',
    'itemClass' => 'My\Item',
    'loggerClass' => 'My\PSR\Logger'
    ...                           // all stash known options
);

```

### Links

[](#links)

- [Stash](http://www.stashphp.com/index.html)

###  Health Score

20

—

LowBetter than 12% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1838758?v=4)[Christian Wreden](/maintainers/cwreden)[@cwreden](https://github.com/cwreden)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/cwreden-silex-stash-service/health.svg)

```
[![Health](https://phpackages.com/badges/cwreden-silex-stash-service/health.svg)](https://phpackages.com/packages/cwreden-silex-stash-service)
```

###  Alternatives

[iazaran/smart-cache

Smart Cache is a caching optimization package designed to enhance the way your Laravel application handles data caching. It intelligently manages large data sets by compressing, chunking, or applying other optimization strategies to keep your application performant and efficient.

21114.2k](/packages/iazaran-smart-cache)[phpfastcache/phpssdb

PHP SSDB Driver for phpFastCache

14736.9k1](/packages/phpfastcache-phpssdb)[rapidwebltd/rw-file-cache

RW File Cache is a PHP File-based Caching Library. Its syntax is designed to closely resemble the PHP memcache extension.

15196.8k7](/packages/rapidwebltd-rw-file-cache)[yuzuru-s/redis-recommend

Wrapping Redis's sorted set APIs for specializing recommending operations.

392.9k](/packages/yuzuru-s-redis-recommend)

PHPackages © 2026

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