PHPackages                             ob/cachenuke-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. ob/cachenuke-bundle

AbandonedArchivedSymfony-bundle[Caching](/categories/caching)

ob/cachenuke-bundle
===================

Symfony2 bundle that provides a nice button to annihilate your cache from the comfort of your browser

262PHP

Since Jan 21Pushed 11y ago1 watchersCompare

[ Source](https://github.com/marcaube/Nuke)[ Packagist](https://packagist.org/packages/ob/cachenuke-bundle)[ RSS](/packages/ob-cachenuke-bundle/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependenciesVersions (1)Used By (0)

Nuke
====

[](#nuke)

Nuke provides a nice button to annihilate your cache from the comfort of your browser, it's violent like that.

Usage
-----

[](#usage)

Import the template fragment where you need it ...

```
{% include "ObCacheNukeBundle::button.html.twig" %}
```

... click on the darn thing and take a sip of coffee while war is waging on your cache files!

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

[](#installation)

#### Run `composer require ob/cachenuke-bundle`

[](#run-composer-require-obcachenuke-bundle)

#### Register the bundles in `app/AppKernel.php`

[](#register-the-bundles-in-appappkernelphp)

```
// app/AppKernel.php
public function registerBundles()
{
    return array(
        // ...
        new FOS\JsRoutingBundle\FOSJsRoutingBundle(),
        new Ob\CacheNukeBundle\ObCacheNukeBundle(),
    );
}
```

#### Register the routing in `app/config/routing.yml`

[](#register-the-routing-in-appconfigroutingyml)

```
ob_cache_nuke:
    resource: "@ObCacheNukeBundle/Resources/config/routing.yml"
    prefix:   /

fos_js_routing:
    resource: "@FOSJsRoutingBundle/Resources/config/routing/routing.xml"
```

*You should probably – like seriously, do it – add a route prefix that's behind the firewall, that way no weirdo with too much time will write a script to continuously clear your cache.*

#### Publish assets:

[](#publish-assets)

```
$ php app/console assets:install --symlink web
```

Credit
------

[](#credit)

- [FOSJsRoutingBundle](https://github.com/FriendsOfSymfony/FOSJsRoutingBundle/blob/1.5.2/Resources/doc/index.md) by Friends of Symfony
- [Ladda buttons](https://github.com/hakimel/Ladda) by [Hakim El Hattab](https://github.com/hakimel)

License
-------

[](#license)

This bundle is released under the MIT License. See the bundled LICENSE file for details.

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

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://www.gravatar.com/avatar/f01bad6d5610064eacdc319d5df11b659614ef3f05ed534abb4565d5a477a890?d=identicon)[marcaube](/maintainers/marcaube)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/ob-cachenuke-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/ob-cachenuke-bundle/health.svg)](https://phpackages.com/packages/ob-cachenuke-bundle)
```

###  Alternatives

[predis/predis

A flexible and feature-complete Redis/Valkey client for PHP.

7.8k305.7M2.4k](/packages/predis-predis)[snc/redis-bundle

A Redis bundle for Symfony

1.0k39.4M67](/packages/snc-redis-bundle)[react/cache

Async, Promise-based cache interface for ReactPHP

444112.4M40](/packages/react-cache)[wp-media/wp-rocket

Performance optimization plugin for WordPress

7431.3M3](/packages/wp-media-wp-rocket)[illuminate/cache

The Illuminate Cache package.

12835.6M1.4k](/packages/illuminate-cache)[colinmollenhour/php-redis-session-abstract

A Redis-based session handler with optimistic locking

6325.6M14](/packages/colinmollenhour-php-redis-session-abstract)

PHPackages © 2026

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