mauro-moreno / find-bundle
Symfony2 Bundle for a PHP based find command.
Installs: 17
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
pkg:composer/mauro-moreno/find-bundle
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: 2025-09-29 01:35:16 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