2017 © Pedro Peláez
 

library find-unused-bundles-bundle

Find usuned bundles (or packages) for symfony 2.

image

doh/find-unused-bundles-bundle

Find usuned bundles (or packages) for symfony 2.

  • Tuesday, March 24, 2015
  • by chtipepere
  • Repository
  • 2 Watchers
  • 3 Stars
  • 291 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 1 Open issues
  • 1 Versions
  • 22 % Grown

The README.md

Find unused bundles or packages

Build Status Scrutinizer Code Quality Code Coverage Latest Stable Version Total Downloads Latest Unstable Version License SensioLabsInsight, (*1)

Repository address: https://github.com/chtipepere/FindUnusedBundles, (*2)


INSTALLATION

Add the bundle to your composer.json, (*3)

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

Add the bundle to your AppKernel, (*4)

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

Usage

Scan your app, (*5)

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

Known bugs

  • n/a

Todo

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

The Versions

24/03 2015

dev-master

9999999-dev https://github.com/chtipepere/FindUnusedBundles

Find usuned bundles (or packages) for symfony 2.

  Sources   Download

MIT

The Requires

 

The Development Requires

by πR

packages bundles remove uninstall