/finder-facade

Convenience wrapper for Symfony's Finder component

Primary LanguagePHPOtherNOASSERTION

FinderFacade

FinderFacade is a convenience wrapper for Symfony's Finder component.

Installation

FinderFacade should be installed using the PEAR Installer, the backbone of the PHP Extension and Application Repository that provides a distribution system for PHP packages.

Depending on your OS distribution and/or your PHP environment, you may need to install PEAR or update your existing PEAR installation before you can proceed with the following instructions. sudo pear upgrade PEAR usually suffices to upgrade an existing PEAR installation. The PEAR Manual explains how to perform a fresh installation of PEAR.

The following two commands (which you may have to run as root) are all that is required to install FinderFacade using the PEAR Installer:

pear config-set auto_discover 1
pear install pear.phpunit.de/FinderFacade

After the installation you can find the FinderFacade source files inside your local PEAR directory; the path is usually /usr/lib/php/SebastianBergmann/FinderFacade.