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

v1.1.0 2016-02-04 01:34 UTC

This package is auto-updated.

Last update: 2025-09-29 01:35:16 UTC


README

Build Status Build Status Code Coverage Scrutinizer Code Quality

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