Download the PHP package php-censor/phpdoc-checker without Composer
On this page you can find all versions of the php package php-censor/phpdoc-checker. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download php-censor/phpdoc-checker
More information about php-censor/phpdoc-checker
Files in php-censor/phpdoc-checker
Download php-censor/phpdoc-checker
More information about php-censor/phpdoc-checker
Files in php-censor/phpdoc-checker
Vendor php-censor
Package phpdoc-checker
Short Description A simple tool for checking that your PHP classes and methods use PHPDocs (PHP DocBlocks Checker fork).
License BSD-2-Clause
Homepage https://github.com/php-censor/phpdoc-checker
Package phpdoc-checker
Short Description A simple tool for checking that your PHP classes and methods use PHPDocs (PHP DocBlocks Checker fork).
License BSD-2-Clause
Homepage https://github.com/php-censor/phpdoc-checker
Please rate this library. Is it a good library?
Informations about the package phpdoc-checker
PHPDoc Checker
Check PHP files within a directory for appropriate use of PHPDocs (Docblocks). PHPDoc Checker is fork of PHP DocBlock Checker.
Installation
Composer:
Building Phar Package
Usage
Parameters
Short | Long | Description |
---|---|---|
-h | --help | Display help message. |
-x | --exclude=EXCLUDE | Files and directories to exclude. |
-d | --directory=DIRECTORY | Directory to scan. [default: "./"] |
-f | --files=FILES | Files to scan. |
none | --skip-classes | Don't check classes for docblocks. |
none | --skip-methods | Don't check methods for docblocks. |
none | --skip-signatures | Don't check docblocks against method signatures. |
-j | --json | Output JSON instead of a log. |
-l | --files-per-line=FILES-PER-LINE | Number of files per line in progress [default: 50] |
-w | --fail-on-warnings | Consider the check failed if any warnings are produced. |
-i | --info-only | Information-only mode, just show summary. |
-q | --quiet | Do not output any message. |
-V | --version | Display this application version. |
none | --ansi | Force ANSI output. |
none | --no-ansi | Disable ANSI output. |
-n | --no-interaction | Do not ask any interactive question. |
-v -vv -vvv | --verbose | Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug. |
Unit tests
Phpunit tests:
License
PHPDoc Checker is open source software licensed under the BSD-2-Clause license.
All versions of phpdoc-checker with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.4.0
ext-json Version *
ext-ctype Version *
nikic/php-parser Version ^4.12
symfony/console Version ^4.4|^5.0
ext-json Version *
ext-ctype Version *
nikic/php-parser Version ^4.12
symfony/console Version ^4.4|^5.0
The package php-censor/phpdoc-checker contains the following files
Loading the files please wait ....