ソースを参照

Add tunnelling. Move error/debug libs.

pull/1109/head
Jamie 5年前
コミット
e80d4de5f6
1個のファイルの変更4行の追加3行の削除
  1. 4
    3
      README.md

+ 4
- 3
README.md ファイルの表示

@@ -422,7 +422,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
422 422
 * [RulerZ](https://github.com/K-Phoen/rulerz) - A powerful rule engine and implementation of the Specification pattern.
423 423
 
424 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 427
 * [APM](https://pecl.php.net/package/APM) - Monitoring extension collecting errors and statistics into SQLite/MySQL/StatsD.
428 428
 * [Barbushin PHP Console](https://github.com/barbushin/php-console) - Another web debugging console using Google Chrome.
@@ -432,8 +432,10 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
432 432
 * [PHP Debug Bar](http://phpdebugbar.com/) - A debugging toolbar.
433 433
 * [PHPBench](https://github.com/phpbench/phpbench) - A benchmarking Framework.
434 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 436
 * [Tideways.io](https://tideways.com/) - Monitoring and profiling tool.
436 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 439
 * [xDebug](https://github.com/xdebug/xdebug) - A debug and profile tool for PHP.
438 440
 * [XHProf](https://github.com/phacility/xhprof) - A profiling tool originally developed by Facebook.
439 441
 * [Z-Ray](https://www.zend.com/products/z-ray) - A debug and profile tool for Zend Server.
@@ -780,6 +782,7 @@ Libraries to help manage database schemas and migrations.
780 782
 * [Country List](https://github.com/umpirsky/country-list) - A list of all countries with names and ISO 3166-1 codes.
781 783
 * [Embera](https://github.com/mpratt/Embera) - An Oembed consumer library.
782 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 786
 * [Graphviz](https://github.com/alexandresalome/graphviz) - A Graphviz library.
784 787
 * [Hprose-PHP](https://github.com/hprose/hprose-php) - A very newbility RPC Library, support 25+ languages now.
785 788
 * [JSON Lint](https://github.com/Seldaek/jsonlint) - A JSON lint utility.
@@ -802,9 +805,7 @@ Libraries to help manage database schemas and migrations.
802 805
 * [Slimdump](https://github.com/webfactory/slimdump) - An easy dumper tool for MySQL.
803 806
 * [Spork](https://github.com/kriswallsmith/spork) - A process forking library.
804 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 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 810
 # Software
810 811
 *Software for creating a development environment.*

読み込み中…
キャンセル
保存