2017 © Pedro Peláez
 

library laravelmd

Custom rules to check a Laravel 5 project with PHP Mess Detector

image

lukzgois/laravelmd

Custom rules to check a Laravel 5 project with PHP Mess Detector

  • Wednesday, May 6, 2015
  • by lukz
  • Repository
  • 1 Watchers
  • 3 Stars
  • 849 Installations
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 1 Open issues
  • 1 Versions
  • 4 % Grown

The README.md

Custom rulesets to check Laravel projects with PHP Mess Detector

This rules will check a Laravel project with PHPMD.
The custom rules are:, (*1)

  • Allow variables with 2 characters (because $id in some files is very acceptable);
  • Allow "static" access to the Laravel Facades
  • Doesn't force you to name variables and properties in camelCase.

The Versions

06/05 2015

dev-master

9999999-dev

Custom rules to check a Laravel 5 project with PHP Mess Detector

  Sources   Download

MIT

by Lucas Padilha Gois

laravel phpmd ruleset