8000 GitHub - jigarius/drupal-finder
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

jigarius/drupal-finder

 
 

Repository files navigation

Drupal Finder

GitHub Workflow Status P
6AED
ackagist

Drupal Finder provides a class to locate a Drupal installation based on Composer metadata.

Usage

$drupalFinder = new \DrupalFinder\DrupalFinderComposerRuntime();

$drupalRoot = $drupalFinder->getDrupalRoot();
$composerRoot = $drupalFinder->getComposerRoot();
$vendorDir = $drupalFinder->getVendorDir();

Examples

License

GPL-2.0+

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

Packages

No packages published

Languages

  • PHP 100.0%
0