PHP code example of efabrica / php-extensions-finder

1. Go to this page and download the library: Download efabrica/php-extensions-finder library. Choose the download type require.

2. Extract the ZIP file and open the index.php.

3. Add this code to the index.php.
    
        
<?php
require_once('vendor/autoload.php');

/* Start to develop here. Best regards https://php-download.com/ */

    

efabrica / php-extensions-finder example snippets

shell script
mkdir -p ~/tests/php-extensions-finder
composer 
shell script
composer global 
shell script
~/tests/php-extensions-finder/vendor/bin/php-extensions-finder check [--composer COMPOSER] [--] <dirs>...
shell script
php-extensions-finder check [--composer COMPOSER] [--] <dirs>...