szepeviktor/package-path
最新稳定版本:v0.3.0
Composer 安装命令:
composer require szepeviktor/package-path
包简介
Get installation path of any Composer package.
README 文档
README
Get full installation path of any Composer package.
Installation
composer require szepeviktor/package-path
Usage
/** @var string|null $packagePath */ $packagePath = \SzepeViktor\Composer\PackagePath::get('phpstan/phpstan'); $vendorPath = \SzepeViktor\Composer\PackagePath::getVendorPath(); // returns "/full/path/to/vendor"
Credits
统计信息
- 总下载量: 478
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 0
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2020-11-07