Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bartfeenstra/composer-package-locator
https://github.com/bartfeenstra/composer-package-locator
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/bartfeenstra/composer-package-locator
- Owner: bartfeenstra
- License: mit
- Created: 2016-04-06T09:19:47.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-04-06T14:38:12.000Z (almost 9 years ago)
- Last Synced: 2024-10-15T17:21:06.307Z (3 months ago)
- Language: PHP
- Size: 12.7 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Composer Package Locator
[![Build Status](https://travis-ci.org/bartfeenstra/composer-package-locator.svg?branch=master)](https://travis-ci.org/bartfeenstra/composer-package-locator)
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`.