roygoldman / composer-where
A composer command to locate a package's installed path.
Installs: 11
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Type:composer-plugin
Requires
- composer-plugin-api: ^1.1
This package is auto-updated.
Last update: 2025-03-25 12:32:42 UTC
README
Adds a where
command to composer, to help with locating and testing installer
paths.
Usage
Add this repository to you global composer install or composer project, using the following command
composer [global] require roygoldman/composer-where
You can then locate the project by running the following command.
composer where vendor/package
About
This project is designed as a developer facing utility usage in projects and scripts is not recommended.
Support
Support for this project is available on GitHub.