From f15237ef09344cb9a45be4a36589d56b28319434 Mon Sep 17 00:00:00 2001 From: renyongquan Date: Fri, 13 Feb 2015 18:11:57 +0800 Subject: [PATCH] Add phptrace --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index eb59cde..893f883 100644 --- a/README.md +++ b/README.md @@ -326,6 +326,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT * [PHPLOC](https://github.com/sebastianbergmann/phploc) - A tool for quickly measuring the size of a PHP project. * [xHprof](https://github.com/phacility/xhprof) - Another profiling tool for PHP. * [PHPCheckstyle](https://github.com/jbrooksuk/phpcheckstyle) - A tool to help adhere to certain coding conventions. +* [PHPtrace](https://github.com/Qihoo360/phptrace) - A tool to trace PHP executions. ## Debugging *Libraries and tools for debugging code.*