humble/standards

HUMBLE Standards

Installs: 198

Dependents: 11

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

pkg:composer/humble/standards

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

This package is not auto-updated.

Last update: 2025-10-12 00:36:20 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.