Download the PHP package matteocacciola/cd-checker without Composer
On this page you can find all versions of the php package matteocacciola/cd-checker. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download matteocacciola/cd-checker
More information about matteocacciola/cd-checker
Files in matteocacciola/cd-checker
Download matteocacciola/cd-checker
More information about matteocacciola/cd-checker
Files in matteocacciola/cd-checker
Vendor matteocacciola
Package cd-checker
Short Description Circular dependency checker
License MIT
Homepage https://github.com/selective-php/cd-checker
Package cd-checker
Short Description Circular dependency checker
License MIT
Homepage https://github.com/selective-php/cd-checker
Please rate this library. Is it a good library?
Informations about the package cd-checker
selective/cd-checker
Circular dependency checker for PHP.
Features
Detection of circular dependencies between:
- Class A and class B
- Class A and class A (self-reference)
- Scan directories recursive
- Exclude pattern
- Ability to check a single file
Requirements
- PHP 7.2+
Installation
Usage
Linux
Windows
Parameters
Shortcut | Name | Description |
---|---|---|
-h | --help | Display help message. |
-d | --directory=DIRECTORY | Directory to scan. [default: "./"] |
-f | --file=filename | Single file to scan. |
-x | --exclude=EXCLUDE | Files and directories to exclude. You can use exclude patterns ex. tests/* |
-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. |
License
- MIT
All versions of cd-checker with dependencies
PHP Build Version
Package Version
The package matteocacciola/cd-checker contains the following files
Loading the files please wait ....