PHPackages                             jadu/inspectable-stash-bundle - 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. jadu/inspectable-stash-bundle

ActiveProject[Caching](/categories/caching)

jadu/inspectable-stash-bundle
=============================

v2.0.1(9y ago)029NCSAPHPPHP &gt;=5.5

Since Oct 6Pushed 9y ago4 watchersCompare

[ Source](https://github.com/jadu/inspectable-stash-bundle)[ Packagist](https://packagist.org/packages/jadu/inspectable-stash-bundle)[ Docs](https://github.com/jadu/inspectable-stash-bundle)[ RSS](/packages/jadu-inspectable-stash-bundle/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (9)Versions (7)Used By (0)

Inspectable Stash bundle
========================

[](#inspectable-stash-bundle)

[![Build Status](https://camo.githubusercontent.com/d47e79d7324b1f81335e6c72089ab519970be0615e706d8cc3ec6f87023d3dab/68747470733a2f2f7365637572652e7472617669732d63692e6f72672f6a6164752f696e737065637461626c652d73746173682d62756e646c652e706e673f6272616e63683d6d6173746572)](http://travis-ci.org/jadu/inspectable-stash-bundle)

Symfony bundle to allow inspecting data cached with Stash.

Usage
-----

[](#usage)

Add the bundle to your kernel to install the cache driver proxy and inspection console command:

```
class AppKernel
{
    ...

    public function registerBundles()
    {
        $bundles = array(
            ...
            new Tedivm\StashBundle\TedivmStashBundle(),
            new Jadu\InspectableStashBundle\InspectableStashDriverBundle(),
            ...
        );

        return $bundles;
    }

    ...
}
```

you'll also need to configure the Memcached service that should be used, for example (added to `config.yml`):

```
inspectable_stash_driver:
    memcached_service: my_vendor.caching.memcached_service_id
```

the service will need to be an instance of the builtin [`Memcached` class](http://php.net/manual/en/class.memcached.php).

Inspecting the cached data
--------------------------

[](#inspecting-the-cached-data)

You can use the console command:

```
app/console dump:stash:cache
```

to fetch a list of all keys stored by Stash. If you need to filter this list for only keys matching a certain pattern, you may provide a regular expression like this:

```
app/console dump:stash:cache --grep 'some/prefix.*later'
```

. Finally, if you need to see the values for each cache entry too, just add the `--with-values` option, like this:

```
app/console dump:stash:cache --grep 'some/prefix.*later' --with-values
```

. `--with-values` may be used with or without `--grep`.

Credits
-------

[](#credits)

- [Dan Phillimore](http://github.com/asmblah) - Author
- [Stash caching library](https://github.com/tedious/Stash)
- [Stash bundle for Symfony](https://github.com/tedious/TedivmStashBundle)

###  Health Score

27

—

LowBetter than 47% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community10

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

Every ~0 days

Total

6

Last Release

3552d ago

Major Versions

v1.1.2 → v2.0.02016-10-07

### Community

Maintainers

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

![](https://www.gravatar.com/avatar/5f40d7540e88cf43038b45f972b0f62231d53dc8400d1c532208ca1c9b125236?d=identicon)[asmblah](/maintainers/asmblah)

---

Top Contributors

[![danphillimore-jadu](https://avatars.githubusercontent.com/u/195895516?v=4)](https://github.com/danphillimore-jadu "danphillimore-jadu (17 commits)")

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/jadu-inspectable-stash-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/jadu-inspectable-stash-bundle/health.svg)](https://phpackages.com/packages/jadu-inspectable-stash-bundle)
```

###  Alternatives

[tedivm/stash-bundle

Incorporates the Stash caching library into Symfony.

841.4M16](/packages/tedivm-stash-bundle)[inpsyde/wp-stash

Powerful Object Caching Backend for WordPress

5411.4k](/packages/inpsyde-wp-stash)

PHPackages © 2026

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