Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/sebastianbergmann/finder-facade
- Owner: sebastianbergmann
- License: other
- Archived: true
- Created: 2012-03-09T15:22:00.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2020-05-04T13:12:03.000Z (over 4 years ago)
- Last Synced: 2024-08-27T20:16:49.728Z (3 months ago)
- Language: PHP
- Homepage:
- Size: 60.5 KB
- Stars: 246
- Watchers: 4
- Forks: 17
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog.md
- License: LICENSE
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"
}
}