humble/standards

HUMBLE Standards

v1.0.1 2017-06-14 11:22 UTC

This package is not auto-updated.

Last update: 2024-04-27 16:20:23 UTC


README

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.