2017 © Pedro Peláez
 

library find-bundle

Symfony2 Bundle for a PHP based find command.

image

mauro-moreno/find-bundle

Symfony2 Bundle for a PHP based find command.

  • Thursday, February 4, 2016
  • by mauro-moreno
  • Repository
  • 2 Watchers
  • 0 Stars
  • 6 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

Symfony2 Find Bundle

Build Status Build Status Code Coverage Scrutinizer Code Quality, (*1)

Symfony2 Bundle for a PHP based find command., (*2)

Installation

Using composer:, (*3)

composer require mauro-moreno/find-bundle

Register Bundle in you app/AppKernel.php:, (*4)

// 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., (*5)

app/console find:dir {pattern} {directory}
#ouput: file_1

The Versions

04/02 2016

dev-master

9999999-dev

Symfony2 Bundle for a PHP based find command.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Mauro Moreno

04/02 2016

v1.1.0

1.1.0.0

Symfony2 Bundle for a PHP based find command.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Mauro Moreno

04/02 2016

dev-develop

dev-develop

Symfony2 Bundle for a PHP based find command.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Mauro Moreno

26/01 2016

v1.0.0

1.0.0.0

Symfony2 Bundle for a PHP based find command.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Mauro Moreno