From 1fae308b47c84f65bb89bd5c27fdb3d4b78950c8 Mon Sep 17 00:00:00 2001 From: rijad-cz Date: Fri, 7 Feb 2014 22:01:27 +0100 Subject: [PATCH] Add Tracy. Tracy library is a useful PHP everyday programmer's helper. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index cfd9668..eddea25 100644 --- a/README.md +++ b/README.md @@ -260,6 +260,7 @@ A curated list of amazingly awesome PHP libraries, resources and shiny things. * [Athletic](https://github.com/polyfractal/athletic) - An annotation based benchmark framework. * [Mondrian](https://github.com/Trismegiste/Mondrian) - A code analysis tool using Graph Theory. * [PHP Debug Bar](http://phpdebugbar.com/) - A debugging toolbar. +* [Tracy](https://github.com/nette/tracy) - PHP debugger. * [PHP Console](https://github.com/Seldaek/php-console) - A web debugging console. * [Barbushin PHP Console](https://github.com/barbushin/php-console) - Another web debugging console using Google Chrome. * [PHPDBG](http://phpdbg.com/) - An interactive PHP debugger.