fkupper/phpmd

There is no license information available for the latest version (1.0) of this package.

Custom rulesets for PHPMD

Maintainers

Details

github.com/fkupper/phpmd

Source

Issues

Installs: 11

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/fkupper/phpmd

1.0 2019-05-29 12:11 UTC

This package is auto-updated.

Last update: 2025-09-29 02:14:57 UTC


README

This project contains a ruleset to be used with phpmd https://github.com/phpmd/phpmd

Installation

$ composer global require fkupper/phpmd

Rules

  • All phpmd rules
  • Excluded static usage of classes due to laravel facades among others
  • Excluded some short variable names such as $to in a mailable or $I in codeception