11# Dealerdirect: PHP Quality Assurance Tools
22
3+ [ ![ Travis] ( https://img.shields.io/travis/DealerDirect/php-qa-tools.svg?style=flat-square )] ( https://travis-ci.org/DealerDirect/php-qa-tools )
4+ [ ![ Dependency Status] ( https://www.versioneye.com/user/projects/580939a4d65a77002f5eab70/badge.svg?style=flat-square )] ( https://www.versioneye.com/user/projects/580939a4d65a77002f5eab70 )
5+ [ ![ Packagist] ( https://img.shields.io/packagist/dt/dealerdirect/qa-tools.svg?style=flat-square )] ( https://packagist.org/packages/dealerdirect/qa-tools )
6+ ![ Maintenance] ( https://img.shields.io/maintenance/yes/2016.svg?style=flat-square )
7+ ![ Awesome] ( https://img.shields.io/badge/awesome%3F-yes-brightgreen.svg?style=flat-square )
8+ [ ![ License] ( https://img.shields.io/github/license/dealerdirect/php-qa-tools.svg?style=flat-square )] ( https://github.com/DealerDirect/php-qa-tools )
9+
310* “If you don’t have time to do it right you must have time to do it over.”*
411
512This is essentially a Composer meta package, creating a fast, easy and
@@ -9,11 +16,15 @@ convenient way of installing all PHP Quality Assurance tools.
916
1017You'll get the following tools by depending on this package:
1118
19+ * ** [ PHP_CodeSniffer] ** : Detects violations of a defined set of coding standards
1220* ** [ PHPMD] ** : PHP Mess Detector
1321* ** [ PHPUnit] ** : Testing framework for PHP
22+ * ** [ SensioLabs Security Checker] ** : Checks for dependencies with known security vulnerabilities
1423
15- [ PHPMD ] : https://phpmd.org/
16- [ PHPUnit ] : https://phpunit.de/
24+ [ PHP_CodeSniffer ] : https://github.com/squizlabs/PHP_CodeSniffer
25+ [ PHPMD ] : https://phpmd.org
26+ [ PHPUnit ] : https://phpunit.de
27+ [ SensioLabs Security Checker ] : https://security.sensiolabs.org/
1728
1829## Contributing
1930
0 commit comments