Download the PHP package webysther/composer-meta-qa without Composer
On this page you can find all versions of the php package webysther/composer-meta-qa. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package composer-meta-qa
NOT MAINTANED ANYMORE
The development of composer-plugin-qa
was dropped in favor of phpqa which is actively maintained. The project use docker and can less tightly coupled solution. :)
PHP Quality Assurance Tools
This is a composer meta package for installing PHP Quality Assurance Tools with only one dependency, based on h4cc/phpqatools.
Included in this package (based on phpqatools) are:
- PHPUnit: Testing Framework
- PHPCOV: CLI frontend for the PHP_CodeCoverage
- Paratest: Parallel testing for PHPUnit
- DbUnit: Puts your database into a known state between test runs
- PHPLOC: A tool for quickly measuring the size of a PHP project
- PHPCPD: Copy/Paste Detector
- PHP_Depend: Quality of your design in the terms of extensibility, reusability and maintainability
- PHPMD: User friendly frontend application for the raw metrics stream measured by PHP Depend
- PhpMetrics: Static analysis tool, gives metrics about PHP project and classes
- PHP_CodeSniffer: Detects violations of a defined set of coding standards
Plus:
- PHP-CS-Fixer: A tool to automatically fix coding standards issues
- Security-Checker: Checks if your application uses dependencies with known security vulnerabilities
- Behat: BDD (Behavior Driven Development) framework
- Mockery: Simple yet flexible PHP mock object framework
- Faker: Generates fake data for you
Suggest install:
- Prestissimo: Composer parallel install plugin
Usage
The installed tools are available in vendor/bin/ and can be started like this:
Installation
To use this package, add it as as "dev" dependency with this command:
Or modify your composer.json as followed:
All versions of composer-meta-qa with dependencies
brianium/paratest Version @stable
friendsofphp/php-cs-fixer Version <2.0
phploc/phploc Version @stable
phpmd/phpmd Version @stable
phpmetrics/phpmetrics Version @stable
phpunit/dbunit Version @stable
phpunit/phpcov Version @stable
sebastian/phpcpd Version @stable
sensiolabs/security-checker Version @stable
squizlabs/php_codesniffer Version @stable
mockery/mockery Version @stable
fzaninotto/faker Version @stable
twig/twig Version >1.20.0