vilks/file-search-bundle

Allow to find files by content

Installs: 15

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

Type:symfony-bundle

1.0.1 2016-01-26 09:20 UTC

This package is not auto-updated.

Last update: 2024-05-17 08:38:08 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