Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sebastianbergmann/finder-facade

Convenience wrapper for Symfony's Finder component
https://github.com/sebastianbergmann/finder-facade

Last synced: about 2 months ago
JSON representation

Convenience wrapper for Symfony's Finder component

Awesome Lists containing this project

README

        

# FinderFacade

**FinderFacade** is a convenience wrapper for Symfony's [Finder](http://symfony.com/doc/2.2/components/finder.html) component.

## Installation

To add this package as a local, per-project dependency to your project, simply add a dependency on `sebastian/finder-facade` to your project's `composer.json` file. Here is a minimal example of a `composer.json` file that just defines a dependency on FinderFacade 1.1:

{
"require": {
"sebastian/finder-facade": "~1.1"
}
}