stefk/md

dev-master 2018-05-31 17:01 UTC

This package is not auto-updated.

Last update: 2024-04-13 16:56:43 UTC


README

Build Status Coverage Status

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