https://github.com/ivoba/stop

Stop is a lightweight Dumper for PHP 5.3+ , thus a replacement for echo '<pre>';print_r($var);exit;
This commit is contained in:
Max Girkens 2015-02-16 12:03:29 +01:00
parent 98c61603c0
commit a6507111ec

View File

@ -337,6 +337,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
* [PHPDBG](http://phpdbg.com/) - An interactive PHP debugger. * [PHPDBG](http://phpdbg.com/) - An interactive PHP debugger.
* [Tracy](https://github.com/nette/tracy) - A simple error detection, logging and time measuring library. * [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. * [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 ## Build Tools
*Project build and automation tools.* *Project build and automation tools.*