vatu / dev-tools
A collection of development tools use in Vatu projects.
Requires
- php: ^7.4 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0 || ~8.5.0
- brain/monkey: ^2.6
- composer/installers: ^2.3
- dealerdirect/phpcodesniffer-composer-installer: ^1.0
- globtec/phpadr: ^2.0
- mockery/mockery: ^1.6
- php-parallel-lint/php-parallel-lint: ^1.4
- phpcompatibility/php-compatibility: 10.0.0-alpha1
- phpcsstandards/phpcsextra: ^1.3
- phpstan/extension-installer: ^1.4
- phpstan/phpstan: ^2.1
- phpstan/phpstan-phpunit: ^2.0
- phpunit/phpunit: ^9.6.34 || ^10.5.63 ||^11.5.50 || ^12.5.8
- povils/phpmnd: ^3.6
- rector/rector: ^2.0
- shipmonk/composer-dependency-analyser: ^1.8
- slevomat/coding-standard: ^8.18
- squizlabs/php_codesniffer: ^3.13 || ^4.0
- yoast/phpunit-polyfills: ^4.0
Requires (Dev)
- ergebnis/composer-normalize: ^2.47
- roave/security-advisories: dev-latest
This package is auto-updated.
Last update: 2026-04-09 20:28:08 UTC
README
A collection of development tools for PHP/WordPress projects. Helping simplify and standardise your development process.
Project URLs
Supported Versions
PHP Dev Tools follows Semantic Versioning and supports the following PHP versions:
| PHP Version | Dev Tool v2.0 | Dev Tool v2.1 |
|---|---|---|
| PHP 8.5 | ✔ | |
| PHP 8.4 | ✔ | ✔ |
| PHP 8.3 | ✔ | ✔ |
| PHP 8.2 | ✔ | ✔ |
| PHP 8.1 | ✔ | ✔ |
| PHP 8.0 | ✔ | ✔ |
| PHP 7.4 | ✔ | ✔ |
PHP version widening is considered MINOR releases. As this is backward compatible functionality.
PHP version deprecation is considered MINOR releases. These are not breaking changes. If your project requires a version of PHP that is no longer supported you are not be able to update this package.
Security releases will be made as PATCH releases. For legacy MINOR versions of this package will be released when deemed beneficial.
Installation
Composer
We reccomend installing the tools seperatly to your project to avoid conflicts with other packages or PHP versions.
composer require vatu/dev-tools --working-dir=./tools
Tools can be access via:
./tools/vendor/bin/{tools}
Reporting Issues
If you spot any issues please create a ticket via the project's Issue Tracker. Including the issue, the browser and operating system, and how to replicate it. If the issue is security related please use the contact information below.
Coordinated Disclosure
Keeping user information safe and secure is a top priority, and we welcome the contribution of external security researchers. If you believe you've found a security issue in software that is maintained in this repository, please read SECURITY for instructions on submitting a vulnerability report.
Contact
Vatu - hello@vatu.dev
Copyright
© 2022 Vatu Limited and licensed for use under the terms of the MIT License (MIT). Please see LICENSE for more information.