adlacruzes / php-ci-tools
PHP continuous integration tools
Installs: 32 222
Dependents: 0
Suggesters: 0
Security: 0
Stars: 9
Watchers: 0
Forks: 1
Language:Shell
Requires
- php: ^7.4 || ^8.0
- phpstan/phpstan: 0.12.93
- phpstan/phpstan-deprecation-rules: 0.12.6
- phpstan/phpstan-doctrine: 0.12.42
- phpstan/phpstan-phpunit: 0.12.21
- phpstan/phpstan-strict-rules: 0.12.10
README
PHP continuous integration tools is a library with the latest versions of my favorite PHP tools.
Installation
The recommended way to install is through Composer.
composer require adlacruzes/php-ci-tools
Usage
Commands are managed by the vendor command ci-tools
vendor/bin/ci-tools COMMAND
Commands
Command | Version | Link |
---|---|---|
composer-normalize | 2.28.3 | https://github.com/ergebnis/composer-normalize |
composer-require-checker | 3.2.0 | https://github.com/maglnet/ComposerRequireChecker |
infection | 0.24.0 | https://github.com/infection/infection |
php-cs-fixer | 3.14.4 | https://github.com/FriendsOfPHP/PHP-CS-Fixer |
phpcbf | 3.7.1 | https://github.com/squizlabs/PHP_CodeSniffer |
phpcs | 3.7.1 | https://github.com/squizlabs/PHP_CodeSniffer |
phpstan | 1.9.17 | https://github.com/phpstan/phpstan |