Download the PHP package zalas/toolbox without Composer
On this page you can find all versions of the php package zalas/toolbox. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download zalas/toolbox
More information about zalas/toolbox
Files in zalas/toolbox
Informations about the package toolbox
Toolbox
Helps to discover and install tools.
Use cases
Toolbox started its life as a simple script in the phpqa docker image. Its purpose was to install set of tools while building the docker image and it's still its main goal. It has been extracted as a separate project to make maintenance easier and enable new use cases.
Available tools
Removed tools
Name | Summary |
---|---|
analyze | Visualizes metrics and source code |
box-legacy | Legacy version of box |
composer-normalize | Composer plugin to normalize composer.json files |
design-pattern | Detects design patterns |
parallel-lint | Checks PHP file syntax |
php-coupling-detector | Detects code coupling issues |
php-formatter | Custom coding standards fixer |
phpcf | Finds usage of deprecated features |
phpda | Generates dependency graphs |
phpdoc-to-typehint | Automatically adds type hints and return types based on PHPDocs |
phpstan-exception-rules | PHPStan rules for checked and unchecked exceptions |
phpstan-localheinz-rules | Additional rules for PHPstan |
phpunit-5 | The PHP testing framework (5.x version) |
phpunit-7 | The PHP testing framework (7.x version) |
security-checker | Checks composer dependencies for known security vulnerabilities |
testability | Analyses and reports testability issues of a php codebase |
Installation
Get the toolbox.phar
from the latest release.
The command below should do the job:
Usage
List available tools
Filter tools by tags
To exclude some tools from the listing multiple --exclude-tag
options can be added.
The --tag
option can be used to filter tools by tags.
Install tools
Install tools in a custom directory
By default tools are installed in the /usr/local/bin
directory. To perform an installation in another location,
pass the --target-dir
option to the install
command. Also, to change the location composer packages are installed in,
export the COMPOSER_HOME
environment variable.
The target dir can also be configured with the TOOLBOX_TARGET_DIR
environment variable.
Dry run
To only see what commands would be executed, use the dry run mode:
Filter tools by tags
To exclude some tools from the installation multiple --exclude-tag
options can be added.
The --tag
option can be used to filter tools by tags.
Test if installed tools are usable
Dry run
To only see what commands would be executed, use the dry run mode:
Filter tools by tags
To exclude some tools from the generated test command multiple --exclude-tag
options can be added.
The --tag
option can be used to filter tools by tags.
Tools definitions
By default the following files are used to load tool definitions:
resources/pre-installation.json
resources/architecture.json
resources/checkstyle.json
resources/compatibility.json
resources/composer.json
resources/deprecation.json
resources/documentation.json
resources/linting.json
resources/metrics.json
resources/phpstan.json
resources/psalm.json
resources/refactoring.json
resources/security.json
resources/test.json
resources/tools.json
Definitions can be loaded from customised files by passing the --tools
option(s):
Tool definition location(s) can be also specified with the TOOLBOX_JSON
environment variable:
Tool tags
Tools can be tagged in order to enable grouping and filtering them.
The tags below have a special meaning:
pre-installation
- these tools will be installed before any other tools.exclude-php:8.2
,exclude-php:8.3
etc - used to exclude installation on the specified php version.
Contributing
Please read the Contributing guide to learn about contributing to this project. Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.
All versions of toolbox with dependencies
symfony/console Version ^6.4.18 || ^7.2
psr/container Version ^2.0