PHP code example of vertex-it / php-cs

1. Go to this page and download the library: Download vertex-it/php-cs 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/ */

    

vertex-it / php-cs example snippets


mkdir --parents tools/php-cs-fixer
composer 

cp tools/php-cs-fixer/vendor/vertex-it/php-cs/src/.php-cs-fixer.dist.php .php-cs-fixer.dist.php

tools/php-cs-fixer/vendor/bin/php-cs-fixer fix