|
|
@@ -330,6 +330,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
|
|
330
|
330
|
* [PHPSpec](https://github.com/phpspec/phpspec) - A design by specification unit testing library.
|
|
331
|
331
|
* [PHPT](https://qa.php.net/write-test.php) - A test tool used by PHP itself.
|
|
332
|
332
|
* [PHPUnit](https://github.com/sebastianbergmann/phpunit) - A unit testing framework.
|
|
|
333
|
+* [PHPUnit Polyfills](https://github.com/Yoast/PHPUnit-Polyfills/) - Simplifies running PHPUnit tests on multiple PHPUnit versions.
|
|
333
|
334
|
* [Prophecy](https://github.com/phpspec/prophecy) - A highly opinionated mocking framework.
|
|
334
|
335
|
* [VFS Stream](https://github.com/bovigo/vfsStream) - A virtual filesystem stream wrapper for testing.
|
|
335
|
336
|
|
|
|
@@ -351,7 +352,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
|
|
351
|
352
|
|
|
352
|
353
|
* [APIGen](https://github.com/apigen/apigen) - Another API documentation generator.
|
|
353
|
354
|
* [daux.io](https://github.com/dauxio/daux.io) - A documentation generator that uses Markdown files.
|
|
354
|
|
-* [PHP Documentor 2](https://github.com/phpDocumentor/phpDocumentor) - A documentation generator.
|
|
|
355
|
+* [phpDocumentor](https://phpdoc.org/) - A documentation generator.
|
|
355
|
356
|
* [phpDox](https://phpdox.net/) - A documentation generator for PHP projects (that is not limited to API documentation).
|
|
356
|
357
|
* [zircote/swagger-php](https://github.com/zircote/swagger-php) - Generate OpenAPI documentation for your RESTful API.
|
|
357
|
358
|
|
|
|
@@ -406,7 +407,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
|
|
406
|
407
|
*Libraries for managing code quality, formatting and linting.*
|
|
407
|
408
|
|
|
408
|
409
|
* [CaptainHook](https://github.com/captainhookphp/captainhook) - An easy-to-use and flexible Git hook library.
|
|
409
|
|
-* [PHP CodeSniffer](https://github.com/squizlabs/PHP_CodeSniffer) - A library that detects PHP, CSS and JS coding standard violations.
|
|
|
410
|
+* [PHP CodeSniffer](https://github.com/PHPCSStandards/PHP_CodeSniffer) - A library that detects and can auto-fix PHP, CSS and JS coding standard violations.
|
|
410
|
411
|
* [PHP CS Fixer](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer) - A coding standards fixer library.
|
|
411
|
412
|
* [PHP Mess Detector](https://github.com/phpmd/phpmd) - A library that scans code for bugs, sub-optimal code, unused parameters and more.
|
|
412
|
413
|
* [PHPCheckstyle](https://github.com/PHPCheckstyle/phpcheckstyle) - A tool to help adhere to certain coding conventions.
|