1. Go to this page and download the library: Download rtcoder/devdoctor 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/ */
bash
php devdoctor ci --modules=presets,env,php,node,laravel,composer,git,docker
bash
php devdoctor ci --format=sarif > devdoctor.sarif
bash
php devdoctor health --format=json
php devdoctor health --y
bash
php devdoctor ci --format=json
php devdoctor ci --profile=local
php devdoctor ci --profile=strict-ci
php devdoctor ci --profile=security
php devdoctor ci --modules=env,php,node,laravel,composer --exclude=composer
php devdoctor ci --modules=security --no-fail-on-warnings
php devdoctor ci --no-fail-on-warnings
bash
php devdoctor ci --write-baseline=devdoctor-baseline.json
php devdoctor ci --baseline=devdoctor-baseline.json
php devdoctor ci --baseline=devdoctor-baseline.json --baseline-report
bash
php devdoctor env --config=devdoctor.yml
php devdoctor ci --config=devdoctor.yml