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

ActiveLibrary

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

The stash cache service for silex.

19PHP

Since Aug 4Pushed 11y 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 3d ago

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 14% 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)
```

PHPackages © 2026

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