bartfeenstra/composer-package-locator

0.5.0 2016-04-06 14:38 UTC

This package is auto-updated.

Last update: 2024-03-29 03:31:37 UTC


README

Build Status

This package allows other Composer packages to retrieve information about all installed Composer packages, regardless of vendor directory and package installation paths.

Usage

Add a dependency on this package to your project by running composer require bartfeenstra/composer-package-locator:0.3.*.

To find all installed files, simply create an instance of \BartFeenstra\ComposerPackageLocator\InstalledFileSystemRepository and use it like any other \Composer\Repository\InstalledRepositoryInterface.