dg/php-extensions-finder 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

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?

Donate

统计信息

  • 总下载量: 371
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 43
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 43
  • Watchers: 9
  • Forks: 2
  • 开发语言: PHP

其他信息

  • 授权协议: BSD-3-Clause
  • 更新时间: 2017-02-27