PHP code example of wundii / phplint

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

    

wundii / phplint example snippets

shell
php vendor/bin/phplint
php vendor/bin/phplint --config=phplint.php
php vendor/bin/phplint init
php vendor/bin/phplint list
php vendor/bin/phplint --help
php vendor/bin/phplint --no-config
php vendor/bin/phplint --no-config --paths=src --paths=tests --skip=vendor