From a6507111ecc5a0c684bc879cff46f77e5cb022d6 Mon Sep 17 00:00:00 2001 From: Max Girkens Date: Mon, 16 Feb 2015 12:03:29 +0100 Subject: [PATCH] Add Stop https://github.com/ivoba/stop Stop is a lightweight Dumper for PHP 5.3+ , thus a replacement for echo '
';print_r($var);exit;
---
 README.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/README.md b/README.md
index eb59cde..b9a8caa 100644
--- a/README.md
+++ b/README.md
@@ -337,6 +337,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
 * [PHPDBG](http://phpdbg.com/) - An interactive PHP debugger.
 * [Tracy](https://github.com/nette/tracy) - A simple error detection, logging and time measuring library.
 * [Z-Ray](http://www.zend.com/en/products/server/z-ray) - A debug and profile tool for Zend Server.
+* [Stop](https://github.com/ivoba/stop) - Lightweight Dumper with infos like File, Line & Memory.
 
 ## Build Tools
 *Project build and automation tools.*