stefk / md
Installs: 6 586
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 2
Open Issues: 2
Requires
- nikic/php-parser: ^2.1
- symfony/console: >=2.7 <4.0
Requires (Dev)
- phpunit/phpunit: ^4.8
- satooshi/php-coveralls: ^1.0
This package is not auto-updated.
Last update: 2024-10-26 19:59:09 UTC
README
MD
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.
Installation
composer require stefk/md
An md
executable will be available in composer's bin directory.
Usage
Analyse all PHP files within the current directory (recursive):
md
Analyse specific files/directories:
md file.php
md dir
md dir1 dir2 file1.php