All Projects → dg → php-extensions-finder

dg / php-extensions-finder

Licence: other
Finds PHP extensions required by code.

Programming Languages

PHP
23972 projects - #3 most used programming language

PHP Extensions Finder for Composer

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 5.4.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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].