Browse Source

Add tunnelling. Move error/debug libs.

pull/1109/head
Jamie 5 years ago
parent
commit
e80d4de5f6
1 changed files with 4 additions and 3 deletions
  1. 4
    3
      README.md

+ 4
- 3
README.md View File

422
 * [RulerZ](https://github.com/K-Phoen/rulerz) - A powerful rule engine and implementation of the Specification pattern.
422
 * [RulerZ](https://github.com/K-Phoen/rulerz) - A powerful rule engine and implementation of the Specification pattern.
423
 
423
 
424
 ### Debugging and Profiling
424
 ### Debugging and Profiling
425
-*Libraries and tools for debugging and profiling code.*
425
+*Libraries and tools for debugging errors and profiling code.*
426
 
426
 
427
 * [APM](https://pecl.php.net/package/APM) - Monitoring extension collecting errors and statistics into SQLite/MySQL/StatsD.
427
 * [APM](https://pecl.php.net/package/APM) - Monitoring extension collecting errors and statistics into SQLite/MySQL/StatsD.
428
 * [Barbushin PHP Console](https://github.com/barbushin/php-console) - Another web debugging console using Google Chrome.
428
 * [Barbushin PHP Console](https://github.com/barbushin/php-console) - Another web debugging console using Google Chrome.
432
 * [PHP Debug Bar](http://phpdebugbar.com/) - A debugging toolbar.
432
 * [PHP Debug Bar](http://phpdebugbar.com/) - A debugging toolbar.
433
 * [PHPBench](https://github.com/phpbench/phpbench) - A benchmarking Framework.
433
 * [PHPBench](https://github.com/phpbench/phpbench) - A benchmarking Framework.
434
 * [PHPSpy](https://github.com/adsr/phpspy) - A low-overhead sampling profiler.
434
 * [PHPSpy](https://github.com/adsr/phpspy) - A low-overhead sampling profiler.
435
+* [Symfony VarDumper](https://github.com/symfony/var-dumper) - A variable dumper component.
435
 * [Tideways.io](https://tideways.com/) - Monitoring and profiling tool.
436
 * [Tideways.io](https://tideways.com/) - Monitoring and profiling tool.
436
 * [Tracy](https://github.com/nette/tracy) - A simple error detection, logging and time measuring library.
437
 * [Tracy](https://github.com/nette/tracy) - A simple error detection, logging and time measuring library.
438
+* [Whoops](https://github.com/filp/whoops) - A pretty error handling library.
437
 * [xDebug](https://github.com/xdebug/xdebug) - A debug and profile tool for PHP.
439
 * [xDebug](https://github.com/xdebug/xdebug) - A debug and profile tool for PHP.
438
 * [XHProf](https://github.com/phacility/xhprof) - A profiling tool originally developed by Facebook.
440
 * [XHProf](https://github.com/phacility/xhprof) - A profiling tool originally developed by Facebook.
439
 * [Z-Ray](https://www.zend.com/products/z-ray) - A debug and profile tool for Zend Server.
441
 * [Z-Ray](https://www.zend.com/products/z-ray) - A debug and profile tool for Zend Server.
780
 * [Country List](https://github.com/umpirsky/country-list) - A list of all countries with names and ISO 3166-1 codes.
782
 * [Country List](https://github.com/umpirsky/country-list) - A list of all countries with names and ISO 3166-1 codes.
781
 * [Embera](https://github.com/mpratt/Embera) - An Oembed consumer library.
783
 * [Embera](https://github.com/mpratt/Embera) - An Oembed consumer library.
782
 * [Essence](https://github.com/essence/essence) - A library for extracting web media.
784
 * [Essence](https://github.com/essence/essence) - A library for extracting web media.
785
+* [Expose](https://github.com/beyondcode/expose) - An open source PHP tunneling service.
783
 * [Graphviz](https://github.com/alexandresalome/graphviz) - A Graphviz library.
786
 * [Graphviz](https://github.com/alexandresalome/graphviz) - A Graphviz library.
784
 * [Hprose-PHP](https://github.com/hprose/hprose-php) - A very newbility RPC Library, support 25+ languages now.
787
 * [Hprose-PHP](https://github.com/hprose/hprose-php) - A very newbility RPC Library, support 25+ languages now.
785
 * [JSON Lint](https://github.com/Seldaek/jsonlint) - A JSON lint utility.
788
 * [JSON Lint](https://github.com/Seldaek/jsonlint) - A JSON lint utility.
802
 * [Slimdump](https://github.com/webfactory/slimdump) - An easy dumper tool for MySQL.
805
 * [Slimdump](https://github.com/webfactory/slimdump) - An easy dumper tool for MySQL.
803
 * [Spork](https://github.com/kriswallsmith/spork) - A process forking library.
806
 * [Spork](https://github.com/kriswallsmith/spork) - A process forking library.
804
 * [SuperClosure](https://github.com/jeremeamia/super_closure) - A library that allows Closures to be serialized.
807
 * [SuperClosure](https://github.com/jeremeamia/super_closure) - A library that allows Closures to be serialized.
805
-* [Symfony VarDumper](https://github.com/symfony/var-dumper) - A variable dumper component.
806
 * [Underscore](https://anahkiasen.github.io/underscore-php/) - A PHP port of the Underscore JS library.
808
 * [Underscore](https://anahkiasen.github.io/underscore-php/) - A PHP port of the Underscore JS library.
807
-* [Whoops](https://github.com/filp/whoops) - A pretty error handling library.
808
 
809
 
809
 # Software
810
 # Software
810
 *Software for creating a development environment.*
811
 *Software for creating a development environment.*

Loading…
Cancel
Save