PHP code example of mediatis / typo3-coding-standards

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

    

mediatis / typo3-coding-standards example snippets


ddev composer ci:composer:normalize
ddev composer ci:composer:psr-verify
ddev composer ci:composer:validate
ddev composer ci:php:lint
ddev composer ci:php:rector
ddev composer ci:php:cs-fixer
ddev composer ci:php:stan
ddev composer ci:php:tests:unit
ddev composer ci:php:tests:functional
ddev composer ci:yaml:lint
ddev composer ci:json:lint

ddev composer fix

ddev composer fix:composer
ddev composer fix:php

ddev composer fix:php:rector
ddev composer fix:php:cs
ddev composer fix:composer:normalize