PHP code example of syde / phpcs

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

    

syde / phpcs example snippets

shell
composer global config allow-plugins.dealerdirect/phpcodesniffer-composer-installer true
composer global 
shell
./vendor/bin/phpcbf --standard=Syde-Extra ./some-file.php