dg/php-extensions-finder
最新稳定版本:v2.2
Composer 安装命令:
composer create-project dg/php-extensions-finder
包简介
Finds PHP extensions required by code.
README 文档
README
This tool finds which PHP extensions are required by source code.
Usage
php-extensions-finder [<path>]
It generates result like:
{
"require": {
"ext-json": "*",
"ext-tokenizer": "*",
"ext-gd": "*",
"ext-openssl": "*",
"ext-iconv": "*",
"ext-mbstring": "*"
}
}
Installation
It requires PHP 8.0 or newer.
Install it via Composer. This project is not meant to be run as a dependency, so install it as standalone:
composer create-project dg/php-extensions-finder
Or install it globally via:
composer global require dg/php-extensions-finder
and make sure your global vendor binaries directory is in your $PATH environment variable.
Support Project
Do you like PHP Extensions Finder? Are you looking forward to the new features?
统计信息
- 总下载量: 371
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 43
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: BSD-3-Clause
- 更新时间: 2017-02-27