dev-master
9999999-dev
MIT
The Requires
The Development Requires
by Stéphane Klein
Wallogit.com
2017 © Pedro PelĂĄez
MD is a PHP linter built on top of PhpParser. It provides the convenience of a static analysis CLI tool like PHPMD while borrowing ideas from cloud-based solutions such as Sensio Insight and Scrutinizer., (*2)
composer require stefk/md
An md executable will be available in composer's bin directory., (*3)
Analyse all PHP files within the current directory (recursive):, (*4)
md
Analyse specific files/directories:, (*5)
md file.php md dir md dir1 dir2 file1.php
MIT