|
|
|
|
|
|
385
|
* [UBench](https://github.com/devster/ubench) - A simple micro benchmark library.
|
385
|
* [UBench](https://github.com/devster/ubench) - A simple micro benchmark library.
|
|
386
|
|
386
|
|
|
387
|
## Code Quality
|
387
|
## Code Quality
|
|
388
|
-**Libraries for managing code quality, formatting and linting.**
|
|
|
|
|
|
388
|
+*Libraries for managing code quality, formatting and linting.*
|
|
389
|
|
389
|
|
|
390
|
* [PHP CodeSniffer](https://github.com/squizlabs/PHP_CodeSniffer) - A library that detects PHP, CSS and JS coding standard violations.
|
390
|
* [PHP CodeSniffer](https://github.com/squizlabs/PHP_CodeSniffer) - A library that detects PHP, CSS and JS coding standard violations.
|
|
391
|
* [PHP CS Fixer](https://github.com/FriendsOfPHP/PHP-CS-Fixer) - A coding standards fixer library.
|
391
|
* [PHP CS Fixer](https://github.com/FriendsOfPHP/PHP-CS-Fixer) - A coding standards fixer library.
|
|
|
|
|
|
|
394
|
* [PHPCPD](https://github.com/sebastianbergmann/phpcpd) - A library that detects copied and pasted code.
|
394
|
* [PHPCPD](https://github.com/sebastianbergmann/phpcpd) - A library that detects copied and pasted code.
|
|
395
|
|
395
|
|
|
396
|
## Static Analysis
|
396
|
## Static Analysis
|
|
397
|
-**Libraries for performing static analysis of PHP code.**
|
|
|
|
|
|
397
|
+*Libraries for performing static analysis of PHP code.*
|
|
398
|
|
398
|
|
|
399
|
* [Exakat](https://github.com/exakat/exakat) - A static analysis engine for PHP.
|
399
|
* [Exakat](https://github.com/exakat/exakat) - A static analysis engine for PHP.
|
|
400
|
* [Mondrian](https://github.com/Trismegiste/Mondrian) - A code analysis tool using Graph Theory.
|
400
|
* [Mondrian](https://github.com/Trismegiste/Mondrian) - A code analysis tool using Graph Theory.
|