@@ -32,14 +32,15 @@ You'll get the following tools by depending on this package:
32
32
- ** [ PHP_Depend] [ pdepend ] ** : Software metrics for PHP
33
33
- ** [ PHPCPD] [ phpcpd ] ** : Copy/Paste Detector
34
34
- ** [ PHPLOC] [ phploc ] ** : Quickly measure the size of a PHP project
35
- - ** [ PhpMetrics] [ phpmetrics ] ** : A static analysis tool for PHP
36
35
- ** [ PHPMD] [ phpmd ] ** : PHP Mess Detector
36
+ - ** [ PhpMetrics] [ phpmetrics ] ** : A static analysis tool for PHP
37
37
- ** [ SensioLabs Security Checker] [ security-checker ] ** : Checks for dependencies with known security vulnerabilities
38
38
39
39
### Test Related
40
40
41
41
- ** [ Behat] [ behat ] ** : BDD framework for PHP
42
42
- ** [ Codeception] [ codeception ] ** : Modern full-stack testing framework for PHP
43
+ - ** [ Humbug] [ humbug ] ** : Humbug is a Mutation Testing framework for PHP
43
44
- ** [ Mink] [ mink ] ** : PHP 5.3+ web browser emulator abstraction
44
45
- ** [ ParaTest] [ paratest ] ** : Parallel testing for PHPUnit
45
46
- ** [ PHPUnit] [ phpunit ] ** : Testing framework for PHP
@@ -50,8 +51,10 @@ Other packages that you'll get:
50
51
51
52
- ** [ Behat Mink] [ behat-mink ] ** : Mink extension for Behat
52
53
- ** [ Composer Versions Check] [ versions-check ] ** : Checks if packages are up to date to last major versions after update
54
+ - ** [ Deployer] [ deployer ] ** : Deployment tool for PHP
53
55
- ** [ Mink Goutte Driver] [ mink-goutte-driver ] ** : Goutte driver for Mink framework
54
56
- ** [ Mink Selenium2 Driver] [ mink-selenium2-driver ] ** : Selenium2 (WebDriver) driver for Mink framework
57
+ - ** [ Phing] [ phing ] ** : Phing is a PHP project build system or build tool based on Apache Ant
55
58
- ** [ PHP_CodeSniffer Composer Installer] [ phpcs-composer-installer ] ** : For installing PHP_CodeSniffer coding standards
56
59
- ** [ PHPCompatibility] [ phpcompatibility ] ** : PHP Compatibility checks for PHP_CodeSniffer
57
60
- ** [ Prestissimo] [ prestissimo ] ** : Composer parallel install plugin
@@ -203,55 +206,54 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
203
206
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
204
207
THE SOFTWARE.
205
208
206
- [ project-stage-shield ] : https://img.shields.io/badge/Project%20Stage-Development-yellowgreen.svg
207
- [ maintenance-shield ] : https://img.shields.io/maintenance/yes/2017.svg
209
+ [ apigen ] : http://www.apigen.org
208
210
[ awesome-shield ] : https://img.shields.io/badge/awesome%3F-yes-brightgreen.svg
209
- [ license-shield ] : https://img.shields.io/github/license/dealerdirect/php-qa-tools.svg
210
- [ travis-shield ] : https://img.shields.io/travis/DealerDirect/php-qa-tools.svg
211
- [ travis ] : https://travis-ci.org/DealerDirect/php-qa-tools
212
- [ versioneye-shield ] : https://www.versioneye.com/user/projects/580939a4d65a77002f5eab70/badge.svg
213
- [ versioneye ] : https://www.versioneye.com/user/projects/580939a4d65a77002f5eab70
214
- [ packagist-shield ] : https://img.shields.io/packagist/dt/dealerdirect/qa-tools.svg
215
- [ packagist ] : https://packagist.org/packages/dealerdirect/qa-tools
216
- [ packagist-version-shield ] : https://img.shields.io/packagist/v/dealerdirect/qa-tools.svg
217
- [ packagist-version ] : https://packagist.org/packages/dealerdirect/qa-tools
218
-
211
+ [ behat-mink ] : https://github.com/Behat/MinkExtension
219
212
[ behat ] : http://behat.org
220
213
[ codeception ] : http://codeception.com
214
+ [ contributors ] : https://github.com/dealerdirect/php-qa-tools/graphs/contributors
215
+ [ deployer ] : https://deployer.org/
216
+ [ frenck ] : https://github.com/frenck
217
+ [ get-in-touch ] : http://workingatdealerdirect.eu/open-sollicitatie/
221
218
[ grumphp ] : https://github.com/phpro/grumphp
219
+ [ humbug ] : https://github.com/padraic/humbug
222
220
[ json-lint ] : https://github.com/Seldaek/jsonlint
221
+ [ license-shield ] : https://img.shields.io/github/license/dealerdirect/php-qa-tools.svg
222
+ [ maintenance-shield ] : https://img.shields.io/maintenance/yes/2017.svg
223
+ [ mink-goutte-driver ] : https://github.com/minkphp/MinkGoutteDriver
224
+ [ mink-selenium2-driver ] : https://github.com/minkphp/MinkSelenium2Driver
223
225
[ mink ] : http://mink.behat.org
226
+ [ mockery ] : https://github.com/padraic/mockery
227
+ [ packagist-shield ] : https://img.shields.io/packagist/dt/dealerdirect/qa-tools.svg
228
+ [ packagist-version-shield ] : https://img.shields.io/packagist/v/dealerdirect/qa-tools.svg
229
+ [ packagist-version ] : https://packagist.org/packages/dealerdirect/qa-tools
230
+ [ packagist ] : https://packagist.org/packages/dealerdirect/qa-tools
224
231
[ paratest ] : https://github.com/brianium/paratest
225
- [ phpcs-fixer ] : http://cs.sensiolabs.org
226
- [ php-parallel-lint ] : https://github.com/JakubOnderka/PHP-Parallel-Lint
227
- [ phpcs ] : https://github.com/squizlabs/PHP_CodeSniffer
228
232
[ pdepend ] : https://github.com/pdepend/pdepend
233
+ [ phing ] :https://www.phing.info/
234
+ [ php-codebrowser ] : https://github.com/mayflower/PHP_CodeBrowser
235
+ [ php-parallel-lint ] : https://github.com/JakubOnderka/PHP-Parallel-Lint
236
+ [ phpcompatibility ] : https://github.com/wimg/PHPCompatibility
237
+ [ phpcov ] : https://github.com/sebastianbergmann/phpcov
229
238
[ phpcpd ] : https://github.com/sebastianbergmann/phpcpd
239
+ [ phpcs-composer-installer ] : https://github.com/DealerDirect/phpcodesniffer-composer-installer
240
+ [ phpcs-fixer ] : http://cs.sensiolabs.org
241
+ [ phpcs ] : https://github.com/squizlabs/PHP_CodeSniffer
242
+ [ phpdoc ] : https://www.phpdoc.org
243
+ [ phpdox ] : http://phpdox.de
230
244
[ phploc ] : https://github.com/sebastianbergmann/phploc
231
245
[ phpmd ] : https://phpmd.org
232
246
[ phpmetrics ] : http://www.phpmetrics.org
233
247
[ phpunit ] : https://phpunit.de
234
- [ security-checker ] : https://security.sensiolabs.org
235
- [ tombstone-analyzer ] : https://github.com/scheb/tombstone-analyzer
236
-
237
- [ behat-mink ] : https://github.com/Behat/MinkExtension
238
- [ versions-check ] : https://github.com/Soullivaneuh/composer-versions-check
239
- [ mink-goutte-driver ] : https://github.com/minkphp/MinkGoutteDriver
240
- [ mink-selenium2-driver ] : https://github.com/minkphp/MinkSelenium2Driver
241
- [ phpcs-composer-installer ] : https://github.com/DealerDirect/phpcodesniffer-composer-installer
242
- [ phpcompatibility ] : https://github.com/wimg/PHPCompatibility
243
248
[ prestissimo ] : https://github.com/hirak/prestissimo
244
-
245
- [ apigen ] : http://www.apigen.org
246
- [ mockery ] : https://github.com/padraic/mockery
247
- [ php-codebrowser ] : https://github.com/mayflower/PHP_CodeBrowser
248
- [ phpcov ] : https://github.com/sebastianbergmann/phpcov
249
- [ phpdoc ] : https://www.phpdoc.org
250
- [ phpdox ] : http://phpdox.de
249
+ [ project-stage-shield ] : https://img.shields.io/badge/Project%20Stage-Development-yellowgreen.svg
251
250
[ sami ] : https://github.com/FriendsOfPHP/sami
252
-
253
- [ frenck ] : https://github.com/frenck
254
- [ contributors ] : https://github.com/dealerdirect/php-qa-tools/graphs/contributors
251
+ [ security-checker ] : https://security.sensiolabs.org
252
+ [ tombstone-analyzer ] : https://github.com/scheb/tombstone-analyzer
253
+ [ travis-shield ] : https://img.shields.io/travis/DealerDirect/php-qa-tools.svg
254
+ [ travis ] : https://travis-ci.org/DealerDirect/php-qa-tools
255
255
[ vacancies ] : http://workingatdealerdirect.eu/?post_type=vacancy&s=&department=99
256
- [ get-in-touch ] : http://workingatdealerdirect.eu/open-sollicitatie/
256
+ [ versioneye-shield ] : https://www.versioneye.com/user/projects/580939a4d65a77002f5eab70/badge.svg
257
+ [ versioneye ] : https://www.versioneye.com/user/projects/580939a4d65a77002f5eab70
258
+ [ versions-check ] : https://github.com/Soullivaneuh/composer-versions-check
257
259
[ workingatdealerdirecteu ] : http://www.workingatdealerdirect.eu
0 commit comments