PHP code example of marcosh / phriendly-dependencies

1. Go to this page and download the library: Download marcosh/phriendly-dependencies 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/ */

    

marcosh / phriendly-dependencies example snippets

bash
php bin/phd.php -p $PATH_YOU_WANT_TO_ANALYZE
bash
docker run --rm -ti -v $(pwd):/app php:7.1 php /app/bin/phd.php -p $PATH_YOU_WANT_TO_ANALYZE
bash
php vendor/bin/phpunit