Skip to content

Commit 3b7b3e5

Browse files
committed
Add analyzer images
1 parent 8e547fc commit 3b7b3e5

File tree

1 file changed

+21
-3
lines changed

1 file changed

+21
-3
lines changed

README.md

Lines changed: 21 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,34 +27,52 @@ Every analyzer tool handles arguments and options using different formats, the g
2727

2828
This tool check syntax of PHP files faster then serial check with fancier output.
2929

30+
![PHP-Parallel-Lint](http://i.imgur.com/F3BZsCP.png)
31+
3032
- [PHP Coding Standards Fixer](https://github.com/FriendsOfPHP/PHP-CS-Fixer)
3133

3234
The PHP Coding Standards Fixer tool fixes most issues in your code when you want to follow the PHP coding standards as defined in the PSR-1 and PSR-2 documents.
3335

36+
![PHP-CS-Fixer](http://i.imgur.com/IU5pDhf.png)
37+
3438
- [PHP_CodeSniffer](https://github.com/squizlabs/PHP_CodeSniffer)
3539

3640
PHP_CodeSniffer is a set of two PHP scripts; the main `phpcs` script that tokenizes PHP, JavaScript and CSS files to detect violations of a defined coding standard, and a second `phpcbf` script to automatically correct coding standard violations.
3741

42+
![PHPCBF](http://i.imgur.com/0wiB36B.png)
43+
44+
![PHPCS](http://i.imgur.com/h8PLm4f.png)
45+
3846
- [PHPMD - PHP Mess Detector](http://phpmd.org/)
3947

40-
It is a spin-off project of PHP Depend and aims to be a PHP equivalent of the well known Java tool PMD. PHPMD can be seen as an user friendly and easy to configure frontend for the raw metrics measured by PHP Depend.
41-
48+
It is a spin-off project of PHP Depend and aims to be a PHP equivalent of the well known Java tool PMD. PHPMD can be seen as an user friendly and easy to configure frontend for the raw metrics measured by PHP Depend.
49+
50+
![PHPMD](http://i.imgur.com/LhA4swF.png)
51+
4252
- [PHPLOC](https://github.com/sebastianbergmann/phploc)
4353

4454
`phploc` is a tool for quickly measuring the size and analyzing the structure of a PHP project.
45-
55+
56+
![PHPLOC](http://i.imgur.com/8Ewc07T.png)
57+
4658
- [PHPDCD - PHP Dead Code Detector](https://github.com/sebastianbergmann/phpdcd)
4759

4860
`phpdcd` is a Dead Code Detector (DCD) for PHP code. It scans a PHP project for all declared functions and methods and reports those as being "dead code" that are not called at least once.
4961

62+
![PHPDCD](http://i.imgur.com/WPoDgcs.png)
63+
5064
- [PHPCPD - PHP Copy/Paste Detector](https://github.com/sebastianbergmann/phpcpd)
5165

5266
`phpcpd` is a Copy/Paste Detector (CPD) for PHP code.
5367

68+
![PHPCPD](http://i.imgur.com/McvqmKJ.png)
69+
5470
- [PHPUnit](https://phpunit.de/)
5571

5672
PHPUnit is a programmer-oriented testing framework for PHP. It is an instance of the xUnit architecture for unit testing frameworks.
5773

74+
![PHPUnit](http://i.imgur.com/80Q3pGm.png)
75+
5876
## Install
5977

6078
### Cloning the project

0 commit comments

Comments
 (0)