• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

src/H16-Jan-2020-238116

tests/H16-Jan-2020-12174

.gitattributesH A D16-Jan-202015 21

.gitignoreH A D16-Jan-202045 54

LICENSEH A D16-Jan-20201.5 KiB3427

README.mdH A D16-Jan-2020520 149

build.xmlH A D16-Jan-2020814 2723

composer.jsonH A D16-Jan-2020973 4039

README.md

1# FinderFacade
2
3**FinderFacade** is a convenience wrapper for Symfony's [Finder](http://symfony.com/doc/2.2/components/finder.html) component.
4
5## Installation
6
7To 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:
8
9    {
10        "require": {
11            "sebastian/finder-facade": "~1.1"
12        }
13    }
14