File: /datos/www/fabricas.colombiatrade.com.co/public_html/vendor/webflo/drupal-finder/README.md
# Drupal Finder
[](https://travis-ci.org/webflo/drupal-finder) [](https://packagist.org/packages/webflo/drupal-finder)
Drupal Finder provides a class to locate a Drupal installation in a given path.
## Usage
```PHP
$drupalFinder = new \DrupalFinder\DrupalFinder();
if ($drupalFinder->locateRoot(getcwd())) {
$drupalRoot = $drupalFinder->getDrupalRoot();
$composerRoot = $drupalFinder->getComposerRoot();
...
}
```
## Examples
- [Drupal Console Launcher](https://github.com/hechoendrupal/drupal-console-launcher)
- [Drush Launcher](https://github.com/drush-ops/drush-launcher)
## License
GPL-2.0+