PHP code example of avandrevitor / bt

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

    

avandrevitor / bt example snippets

`
php vendor/bin/phploc src --log-xml=build/logs/phploc.xml
`
php vendor/bin/phpcs --standard=PSR2 --bootstrap=vendor/autoload.php --report=xml --report-file=build/logs/checkstyle.xml src/
`
php vendor/bin/phpunit 
`
php vendor/bin/phpdox