Download the PHP package genkiroid/turpan without Composer
On this page you can find all versions of the php package genkiroid/turpan. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download genkiroid/turpan
More information about genkiroid/turpan
Files in genkiroid/turpan
Download genkiroid/turpan
More information about genkiroid/turpan
Files in genkiroid/turpan
Vendor genkiroid
Package turpan
Short Description Turpan will check that whether deletion of PHP require statements is safe.
License MIT
Package turpan
Short Description Turpan will check that whether deletion of PHP require statements is safe.
License MIT
Please rate this library. Is it a good library?
Informations about the package turpan
Turpan
Turpan will check that whether deletion of PHP require statements is safe.
Usage
If deleted (include|include_once|require|require_once) statements was not pure class file reference, Turpan show warnings. Pure class file means that only contains class declaration and (include|include_once|require|require_once) statements.
Environment variables
name | example | default | description |
---|---|---|---|
TURPAN_SHOW_DETAIL | OFF | - | Not display code in report. |
IGNORE_PATTERN | /tests/ | - | Ignore matched path. |
DOC_ROOT_DIR | app | - | Specify document root. |
All versions of turpan with dependencies
PHP Build Version
Package Version
The package genkiroid/turpan contains the following files
Loading the files please wait ....