lukzgois/laravelmd

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

Maintainers

Package info

github.com/lukzgois/laravelmd

pkg:composer/lukzgois/laravelmd

Statistics

Installs: 3 335

Dependents: 0

Suggesters: 0

Stars: 5

Open Issues: 1

dev-master 2015-05-06 21:09 UTC

This package is not auto-updated.

Last update: 2026-03-01 01:30:11 UTC


README

This rules will check a Laravel project with PHPMD.
The custom rules are:

  • 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.