PHP code example of mementohub / coding-standards
1. Go to this page and download the library: Download mementohub/coding-standards 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/ */
mementohub / coding-standards example snippets
json
{
"simple-php-cs-fixer.useConfig": true,
"simple-php-cs-fixer.config": ".php-cs-fixer.dist.php",
"simple-php-cs-fixer.save": true,
"simple-php-cs-fixer.usingCache": false
}