Download the PHP package efabrica/php-extensions-finder without Composer
On this page you can find all versions of the php package efabrica/php-extensions-finder. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download efabrica/php-extensions-finder
More information about efabrica/php-extensions-finder
Files in efabrica/php-extensions-finder
Download efabrica/php-extensions-finder
More information about efabrica/php-extensions-finder
Files in efabrica/php-extensions-finder
Vendor efabrica
Package php-extensions-finder
Short Description Finds PHP extension required by code, can be used in CI
License
Package php-extensions-finder
Short Description Finds PHP extension required by code, can be used in CI
License
Please rate this library. Is it a good library?
Informations about the package php-extensions-finder
PHP extensions finder
This library helps to find PHP extension required by your code, it can be used in CI tools.
Installation
PHP extension finder requires PHP 7.1.0 or newer. You can install it via Composer. This project is not meant to be run as a dependency, so install it as project:
or globally:
Usage
or
if it is installed globally
For more information, run with option --help
The result looks like:
With option -vvv
output will be extended with missing extensions usage:
Return code is count of missing extensions, so you can use it in CI tools.
All versions of php-extensions-finder with dependencies
PHP Build Version
Package Version
Requires
php Version
>= 7.1.0
ext-json Version *
nikic/php-parser Version ^4.1
symfony/console Version ^4.2 | ^5.0 | ^6.0
symfony/finder Version ^4.2 | ^5.0 | ^6.0
ext-json Version *
nikic/php-parser Version ^4.1
symfony/console Version ^4.2 | ^5.0 | ^6.0
symfony/finder Version ^4.2 | ^5.0 | ^6.0
The package efabrica/php-extensions-finder contains the following files
Loading the files please wait ....