vilks / file-search-bundle
Allow to find files by content
Package info
github.com/igrizzli/file-search-bundle
Type:symfony-bundle
pkg:composer/vilks/file-search-bundle
1.0.1
2016-01-26 09:20 UTC
Requires
- php: >=5.3.0
- ext-mbstring: *
- symfony/config: ~2.5
- symfony/console: ~2.5
- symfony/dependency-injection: ~2.5
- symfony/yaml: ~2.5
Requires (Dev)
- phpunit/phpunit: >=3.7.0
- symfony/browser-kit: ~2.5
- symfony/debug: ~2.5
- symfony/framework-bundle: ~2.5
Suggests
- symfony/framework-bundle: To use this lib as a full Symfony Bundle
This package is not auto-updated.
Last update: 2026-03-06 16:45:43 UTC
README
Bundle for Symfony2. Allow to find files by content.
Installation
Download via composer:
composer require vilks/file-search-bundle
Add to Kernel:
new Vilks\FileSearchBundle\VilksFileSearchBundle()
Usage
php app/console find-file [--engine=ENGINE] [-p, --path=PATH] <needle>
needle Searched content path Path for searching. Default current directory. **engine ** Engine for searching. You can write own engine.
by iGrizZli