PHP code example of it-nsk / dev-tools

1. Go to this page and download the library: Download it-nsk/dev-tools 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/ */

    

it-nsk / dev-tools example snippets

bash
dev-tools up
dev-tools down
dev-tools build
dev-tools rebuild
dev-tools ps
dev-tools logs

dev-tools sh
dev-tools sh 'php bin/console cache:clear'

dev-tools dump:download
dev-tools dump:import

dev-tools cs:check
dev-tools cs:fix
dev-tools phpstan
dev-tools phpstan src/Foo.php src/Bar.php
dev-tools hooks:install