PHP code example of wataridori / framgia-php-codesniffer

1. Go to this page and download the library: Download wataridori/framgia-php-codesniffer 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/ */

    

wataridori / framgia-php-codesniffer example snippets


composer global 

// Version 2
cd ~/.composer/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards
git clone -b 0.2 [email protected]:wataridori/framgia-php-codesniffer.git FramgiaPHPCS

// Version 3
cd ~/.composer/vendor/squizlabs/php_codesniffer/src/Standards
git clone [email protected]:wataridori/framgia-php-codesniffer.git FramgiaPHPCS