vilks / file-search-bundle
Allow to find files by content
Installs: 17
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:symfony-bundle
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: 2025-04-18 12:42:03 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