|
|
@@ -27,6 +27,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
|
|
27
|
27
|
- [Documentation](#documentation)
|
|
28
|
28
|
- [Security](#security)
|
|
29
|
29
|
- [Code Analysis](#code-analysis)
|
|
|
30
|
+ - [Debugging](#debugging)
|
|
30
|
31
|
- [Build Tools](#build-tools)
|
|
31
|
32
|
- [Task Runners](#task-runners)
|
|
32
|
33
|
- [Navigation](#navigation)
|
|
|
@@ -281,7 +282,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
|
|
281
|
282
|
* [Zxcvbn PHP](https://github.com/bjeavons/zxcvbn-php) - A realistic PHP password strength estimate library based on Zxcvbn JS.
|
|
282
|
283
|
|
|
283
|
284
|
## Code Analysis
|
|
284
|
|
-*Libraries and tools for analysing, parsing and manipulation codebases.*
|
|
|
285
|
+*Libraries and tools for analysing, parsing and manipulating codebases.*
|
|
285
|
286
|
|
|
286
|
287
|
* [PHP Parser](https://github.com/nikic/PHP-Parser) - A PHP parser written in PHP.
|
|
287
|
288
|
* [PHPPHP](https://github.com/ircmaxell/PHPPHP) - A PHP VM implementation in PHP.
|
|
|
@@ -298,15 +299,19 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
|
|
298
|
299
|
* [UBench](https://github.com/devster/ubench) - A simple micro benchmark library.
|
|
299
|
300
|
* [Athletic](https://github.com/polyfractal/athletic) - An annotation based benchmark framework.
|
|
300
|
301
|
* [Mondrian](https://github.com/Trismegiste/Mondrian) - A code analysis tool using Graph Theory.
|
|
301
|
|
-* [PHP Debug Bar](http://phpdebugbar.com/) - A debugging toolbar.
|
|
302
|
|
-* [PHP Console](https://github.com/Seldaek/php-console) - A web debugging console.
|
|
303
|
|
-* [Barbushin PHP Console](https://github.com/barbushin/php-console) - Another web debugging console using Google Chrome.
|
|
304
|
|
-* [PHPDBG](http://phpdbg.com/) - An interactive PHP debugger.
|
|
305
|
302
|
* [Scrutinizer](https://scrutinizer-ci.com/) - A web tool to scrutinise PHP code.
|
|
306
|
303
|
* [PHPLOC](https://github.com/sebastianbergmann/phploc) - A tool for quickly measuring the size of a PHP project.
|
|
307
|
|
-* [xDebug](https://github.com/xdebug/xdebug) - A debug and profile tool for PHP.
|
|
308
|
304
|
* [xHprof](https://github.com/phacility/xhprof) - Another profiling tool for PHP.
|
|
309
|
305
|
* [PHPCheckstyle](https://github.com/jbrooksuk/phpcheckstyle) - A tool to help adhere to certain coding conventions.
|
|
|
306
|
+
|
|
|
307
|
+## Debugging
|
|
|
308
|
+*Libraries and tools for debugging code.*
|
|
|
309
|
+
|
|
|
310
|
+* [xDebug](https://github.com/xdebug/xdebug) - A debug and profile tool for PHP.
|
|
|
311
|
+* [PHP Debug Bar](http://phpdebugbar.com/) - A debugging toolbar.
|
|
|
312
|
+* [PHP Console](https://github.com/Seldaek/php-console) - A web debugging console.
|
|
|
313
|
+* [Barbushin PHP Console](https://github.com/barbushin/php-console) - Another web debugging console using Google Chrome.
|
|
|
314
|
+* [PHPDBG](http://phpdbg.com/) - An interactive PHP debugger.
|
|
310
|
315
|
* [Tracy](https://github.com/nette/tracy) - A simple error detection, logging and time measuring library.
|
|
311
|
316
|
|
|
312
|
317
|
## Build Tools
|