|
|
|
|
|
|
31
|
- [Passwords](#passwords)
|
31
|
- [Passwords](#passwords)
|
|
32
|
- [Code Analysis](#code-analysis)
|
32
|
- [Code Analysis](#code-analysis)
|
|
33
|
- [Architectural](#architectural)
|
33
|
- [Architectural](#architectural)
|
|
34
|
- - [Debugging](#debugging)
|
|
|
|
|
|
34
|
+ - [Debugging and Profiling](#debugging-and-profiling)
|
|
35
|
- [Build Tools](#build-tools)
|
35
|
- [Build Tools](#build-tools)
|
|
36
|
- [Task Runners](#task-runners)
|
36
|
- [Task Runners](#task-runners)
|
|
37
|
- [Navigation](#navigation)
|
37
|
- [Navigation](#navigation)
|
|
|
|
|
|
|
330
|
* [Mondrian](https://github.com/Trismegiste/Mondrian) - A code analysis tool using Graph Theory.
|
330
|
* [Mondrian](https://github.com/Trismegiste/Mondrian) - A code analysis tool using Graph Theory.
|
|
331
|
* [Scrutinizer](https://scrutinizer-ci.com/) - A web tool to scrutinise PHP code.
|
331
|
* [Scrutinizer](https://scrutinizer-ci.com/) - A web tool to scrutinise PHP code.
|
|
332
|
* [PHPLOC](https://github.com/sebastianbergmann/phploc) - A tool for quickly measuring the size of a PHP project.
|
332
|
* [PHPLOC](https://github.com/sebastianbergmann/phploc) - A tool for quickly measuring the size of a PHP project.
|
|
333
|
-* [xHprof](https://github.com/phacility/xhprof) - Another profiling tool for PHP.
|
|
|
|
334
|
* [PHPCheckstyle](https://github.com/jbrooksuk/phpcheckstyle) - A tool to help adhere to certain coding conventions.
|
333
|
* [PHPCheckstyle](https://github.com/jbrooksuk/phpcheckstyle) - A tool to help adhere to certain coding conventions.
|
|
335
|
* [PhpDependencyAnalysis](https://github.com/mamuz/PhpDependencyAnalysis) - A tool to create customisable dependency graphs.
|
334
|
* [PhpDependencyAnalysis](https://github.com/mamuz/PhpDependencyAnalysis) - A tool to create customisable dependency graphs.
|
|
336
|
|
335
|
|
|
|
|
|
|
|
349
|
* [Lib Accessor](https://github.com/phine/lib-accessor) - A library for simplifying accessors.
|
348
|
* [Lib Accessor](https://github.com/phine/lib-accessor) - A library for simplifying accessors.
|
|
350
|
* [Iter](https://github.com/nikic/iter) - A library that provides iteration primitives using generators.
|
349
|
* [Iter](https://github.com/nikic/iter) - A library that provides iteration primitives using generators.
|
|
351
|
|
350
|
|
|
352
|
-## Debugging
|
|
|
|
353
|
-*Libraries and tools for debugging code.*
|
|
|
|
|
|
351
|
+## Debugging and Profiling
|
|
|
|
352
|
+*Libraries and tools for debugging and profiling code.*
|
|
354
|
|
353
|
|
|
355
|
* [xDebug](https://github.com/xdebug/xdebug) - A debug and profile tool for PHP.
|
354
|
* [xDebug](https://github.com/xdebug/xdebug) - A debug and profile tool for PHP.
|
|
356
|
* [PHP Debug Bar](http://phpdebugbar.com/) - A debugging toolbar.
|
355
|
* [PHP Debug Bar](http://phpdebugbar.com/) - A debugging toolbar.
|
|
|
|
|
|
|
359
|
* [PHPDBG](http://phpdbg.com/) - An interactive PHP debugger.
|
358
|
* [PHPDBG](http://phpdbg.com/) - An interactive PHP debugger.
|
|
360
|
* [Tracy](https://github.com/nette/tracy) - A simple error detection, logging and time measuring library.
|
359
|
* [Tracy](https://github.com/nette/tracy) - A simple error detection, logging and time measuring library.
|
|
361
|
* [Z-Ray](http://www.zend.com/en/products/server/z-ray) - A debug and profile tool for Zend Server.
|
360
|
* [Z-Ray](http://www.zend.com/en/products/server/z-ray) - A debug and profile tool for Zend Server.
|
|
|
|
361
|
+* [XHProf](https://github.com/phacility/xhprof) - A profiling tool originally developed by Facebook.
|
|
362
|
* [Blackfire.io](http://blackfire.io) - A low-overhead code profiler.
|
362
|
* [Blackfire.io](http://blackfire.io) - A low-overhead code profiler.
|
|
363
|
|
363
|
|
|
364
|
## Build Tools
|
364
|
## Build Tools
|