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

162PHP

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 1mo 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

21

—

LowBetter than 17% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

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/1478986?v=4)[Marc Aubé](/maintainers/marcaube)[@marcaube](https://github.com/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

[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)
