2017 © Pedro PelĂĄez
 

library md

image

stefk/md

  • Thursday, May 31, 2018
  • by stefk
  • Repository
  • 1 Watchers
  • 0 Stars
  • 4,717 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 2 Open issues
  • 1 Versions
  • 9 % Grown

The README.md

Build Status Coverage Status, (*1)

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., (*2)

Installation

composer require stefk/md

An md executable will be available in composer's bin directory., (*3)

Usage

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

The Versions

31/05 2018

dev-master

9999999-dev

  Sources   Download

MIT

The Requires

 

The Development Requires

by Stéphane Klein