mauro-moreno / find-bundle
Symfony2 Bundle for a PHP based find command.
v1.1.0
2016-02-04 01:34 UTC
Requires
- php: >=5.5
- symfony/symfony: ~2.1|~3.0
Requires (Dev)
- liip/functional-test-bundle: dev-master
- matthiasnoback/symfony-config-test: ^1.4
- matthiasnoback/symfony-dependency-injection-test: ^0.7.6
- phpunit/phpunit: >4.5
This package is auto-updated.
Last update: 2024-10-29 01:12:08 UTC
README
Symfony2 Bundle for a PHP based find command.
Installation
Using composer:
composer require mauro-moreno/find-bundle
Register Bundle in you app/AppKernel.php:
// app/AppKernel.php class AppKernel extends Kernel { public function registerBundles() { $bundles = array( // ... new MauroMoreno\FindBundle\FindBundle(), ); // ... } }
Usage
As simple as using any app/console command.
app/console find:dir {pattern} {directory}
#ouput: file_1