cwerner1/phpqatools
最新稳定版本:6.0.0
Composer 安装命令:
composer require cwerner1/phpqatools
包简介
A meta composer package for PHP QA Tools.
README 文档
README
This is a composer meta package for installing PHP Quality Assurance Tools with only one dependency. Only stable packages are used, to keep the configuration easy and secure.
Included in this package are:
- PHPUnit
- PHP-Invoker
- DbUnit
- PHPLOC
- PHPCPD
- PHP_Depend
- PHPMD
- PHP_CodeSniffer
- Fabien Potencier/PHP Coding Standards Fixer
- Sensiolabs/Security-Checker
- Behat
- PHPStan
- Phan
Usage
The installed tools are available in vendor/bin/ and can be started like this:
php vendor/bin/phpmd
Installation
To use this package, add it as as "dev" dependency with this command:
composer require cwerner1/phpqatools --dev
Or modify your composer.json as followed:
require-dev: { "cwerner1/phpqatools": "*" }
More info about development dependencies: http://getcomposer.org/doc/04-schema.md#require-dev
统计信息
- 总下载量: 7
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2022-07-12