Skip to content

humblephp/humble-standards

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

humble-standards

Latest Version Software License Build Status

HUMBLE Standards

  • PHPCS ruleset
  • PHPMD ruleset

Install

Via Composer

$ composer require humble/standards

Usage

Run PHPCS

./vendor/bin/phpcs ./src --extensions=php --standard=./vendor/humble/standards/ruleset/phpcs.xml

Run PHPMD

./vendor/bin/phpmd ./src text ./vendor/humble/standards/ruleset/phpmd.xml

License

The MIT License (MIT). Please see License File for more information.