PHPackages                             doh/find-unused-bundles-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. [Utility &amp; Helpers](/categories/utility)
4. /
5. doh/find-unused-bundles-bundle

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

doh/find-unused-bundles-bundle
==============================

Find usuned bundles (or packages) for symfony 2.

3936[1 issues](https://github.com/chtipepere/FindUnusedBundles/issues)PHP

Since Mar 24Pushed 11y ago2 watchersCompare

[ Source](https://github.com/chtipepere/FindUnusedBundles)[ Packagist](https://packagist.org/packages/doh/find-unused-bundles-bundle)[ RSS](/packages/doh-find-unused-bundles-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Find unused bundles or packages
===============================

[](#find-unused-bundles-or-packages)

[![Build Status](https://camo.githubusercontent.com/e21b69fe55b215e89eb9a8aec88f1c298c67645d78f208b1a2d9262a8345531b/68747470733a2f2f7472617669732d63692e6f72672f636874697065706572652f46696e64556e7573656442756e646c65732e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/chtipepere/FindUnusedBundles)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/a0a0359fd072eabc9d383db7433b3cffafade59a9e2173ce446746464ca23e0d/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f636874697065706572652f46696e64556e7573656442756e646c65732f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/chtipepere/FindUnusedBundles/?branch=master)[![Code Coverage](https://camo.githubusercontent.com/6bfe6343af02255e9e3bac6df13badd23d8493b5436d92e37de46fbf0edd318b/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f636874697065706572652f46696e64556e7573656442756e646c65732f6261646765732f636f7665726167652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/chtipepere/FindUnusedBundles/?branch=master)[![Latest Stable Version](https://camo.githubusercontent.com/434f0a1501dc883de5236297e967fb3faaa749e3c84e50c9f823245b4bcc01ed/68747470733a2f2f706f7365722e707567782e6f72672f646f682f66696e642d756e757365642d62756e646c65732d62756e646c652f762f737461626c652e737667)](https://packagist.org/packages/doh/find-unused-bundles-bundle)[![Total Downloads](https://camo.githubusercontent.com/0e30445411fc8670f0216e3ad8fb107cc932215904e2bb2d49660bec081397ad/68747470733a2f2f706f7365722e707567782e6f72672f646f682f66696e642d756e757365642d62756e646c65732d62756e646c652f646f776e6c6f6164732e737667)](https://packagist.org/packages/doh/find-unused-bundles-bundle)[![Latest Unstable Version](https://camo.githubusercontent.com/835ac7741453f3e6ae57b345d2ace24d295747a86ac0c8ad9ed748347e3fb676/68747470733a2f2f706f7365722e707567782e6f72672f646f682f66696e642d756e757365642d62756e646c65732d62756e646c652f762f756e737461626c652e737667)](https://packagist.org/packages/doh/find-unused-bundles-bundle)[![License](https://camo.githubusercontent.com/410e2bd3efa31e7d9d0a566539c8de30f6d0b9b8b82b7d566416b1f0b9f813d4/68747470733a2f2f706f7365722e707567782e6f72672f646f682f66696e642d756e757365642d62756e646c65732d62756e646c652f6c6963656e73652e737667)](https://packagist.org/packages/doh/find-unused-bundles-bundle)[![SensioLabsInsight](https://camo.githubusercontent.com/b6a6ffa8f5bd48066b5c4a75c1af866125750f5338c294c50ddec4731281a3e5/68747470733a2f2f696e73696768742e73656e73696f6c6162732e636f6d2f70726f6a656374732f31616334326464372d376435392d343163392d386630622d3635333335336464666435392f6d696e692e706e67)](https://insight.sensiolabs.com/projects/1ac42dd7-7d59-41c9-8f0b-653353ddfd59)

Repository address:

---

INSTALLATION
------------

[](#installation)

Add the bundle to your composer.json

```
"require-dev": {
    ...,
    "doh/find-unused-bundles-bundle": "dev-master"
}

```

Add the bundle to your AppKernel

```
if (in_array($this->getEnvironment(), ['dev', 'test'])) {
    $bundles[] = new Doh\FindUnusedBundlesBundle\DohFindUnusedBundlesBundle();
}

```

---

Usage
-----

[](#usage)

Scan your app

```
php app/console doh:unusedblundles:find
php app/console d:u:f

```

---

Known bugs
----------

[](#known-bugs)

- n/a

---

Todo
----

[](#todo)

- Remove and/or delete unused bundles/packages.
- Add tests

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance13

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 95.2% 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/a121a23f0a3794123f81b8662221d70320563653c51450691345030256fff05c?d=identicon)[chtipepere](/maintainers/chtipepere)

---

Top Contributors

[![pierremarichez](https://avatars.githubusercontent.com/u/185425135?v=4)](https://github.com/pierremarichez "pierremarichez (20 commits)")[![scrutinizer-auto-fixer](https://avatars.githubusercontent.com/u/6253494?v=4)](https://github.com/scrutinizer-auto-fixer "scrutinizer-auto-fixer (1 commits)")

### Embed Badge

![Health badge](/badges/doh-find-unused-bundles-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/doh-find-unused-bundles-bundle/health.svg)](https://phpackages.com/packages/doh-find-unused-bundles-bundle)
```

PHPackages © 2026

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