lukzgois / laravelmd by lukz

Custom rules to check a Laravel 5 project with PHP Mess Detector
3,317
4
3
Package Data
Maintainer Username: lukz
Maintainer Contact: lucaspgois@gmail.com (Lucas Padilha Gois)
Package Create Date: 2015-05-05
Package Last Update: 2015-05-06
License: MIT
Last Refreshed: 2024-04-27 03:08:42
Package Statistics
Total Downloads: 3,317
Monthly Downloads: 0
Daily Downloads: 0
Total Stars: 4
Total Watchers: 3
Total Forks: 1
Total Open Issues: 1

Custom rulesets to check Laravel projects with PHP Mess Detector

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.