roygoldman / composer-where
A composer command to locate a package's installed path.
Package info
github.com/roygoldman/composer-where
Type:composer-plugin
pkg:composer/roygoldman/composer-where
1.0.1
2020-07-12 17:39 UTC
Requires
- composer-plugin-api: ^1.1
This package is auto-updated.
Last update: 2026-02-25 14:16:10 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.