|
|
|
|
|
|
364
|
* [PHPCPD](https://github.com/sebastianbergmann/phpcpd) - A library that detects copied and pasted code.
|
364
|
* [PHPCPD](https://github.com/sebastianbergmann/phpcpd) - A library that detects copied and pasted code.
|
|
365
|
* [PhpDependencyAnalysis](https://github.com/mamuz/PhpDependencyAnalysis) - A tool to create customisable dependency graphs.
|
365
|
* [PhpDependencyAnalysis](https://github.com/mamuz/PhpDependencyAnalysis) - A tool to create customisable dependency graphs.
|
|
366
|
* [PHPLOC](https://github.com/sebastianbergmann/phploc) - A tool for quickly measuring the size of a PHP project.
|
366
|
* [PHPLOC](https://github.com/sebastianbergmann/phploc) - A tool for quickly measuring the size of a PHP project.
|
|
|
|
367
|
+* [PHPQA](https://github.com/EdgedesignCZ/phpqa) - A tool for running QA tools (phploc, phpcpd, phpcs, pdepend, phpmd, phpmetrics).
|
|
367
|
* [PHPPHP](https://github.com/ircmaxell/PHPPHP) - A PHP VM implementation in PHP.
|
368
|
* [PHPPHP](https://github.com/ircmaxell/PHPPHP) - A PHP VM implementation in PHP.
|
|
368
|
* [PHPSandbox](https://github.com/fieryprophet/php-sandbox) - A PHP sandbox environment.
|
369
|
* [PHPSandbox](https://github.com/fieryprophet/php-sandbox) - A PHP sandbox environment.
|
|
369
|
* [Scrutinizer](https://scrutinizer-ci.com/) - A web tool to scrutinise PHP code.
|
370
|
* [Scrutinizer](https://scrutinizer-ci.com/) - A web tool to scrutinise PHP code.
|
|
370
|
* [UBench](https://github.com/devster/ubench) - A simple micro benchmark library.
|
371
|
* [UBench](https://github.com/devster/ubench) - A simple micro benchmark library.
|
|
371
|
-* [PHPQA](https://github.com/EdgedesignCZ/phpqa) - A tool for running QA tools (phploc, phpcpd, phpcs, pdepend, phpmd, phpmetrics).
|
|
|
|
372
|
|
372
|
|
|
373
|
## Architectural
|
373
|
## Architectural
|
|
374
|
*Libraries related to design patterns, programming approaches and ways to organize code.*
|
374
|
*Libraries related to design patterns, programming approaches and ways to organize code.*
|