You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.md
+5-6Lines changed: 5 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,14 +7,13 @@ Debug/log information is sent completely "out-of-bounds" via websockets. Since
7
7
8
8
All [PHPDebugConsole](https://github.com/bkdotcom/PHPDebugConsole) methods are supported.
9
9
10
-
using a combination of [PHPDebugConsole](https://github.com/bkdotcom/PHPDebugConsole) and [WampPublisher](https://github.com/bkdotcom/WampPublisher)
11
10
12
11
### Overview
13
12
There are 3 parts to this logging solution.
14
13
15
14
* This client. Think of this as an undocked (separate-windowed) browser console. Instead of viewing javascript info, it's PHP stuff<sup>†</sup>.
16
15
* The PHP application thats "publishing" log messages (via [PHPDebugConsole](https://github.com/bkdotcom/PHPDebugConsole))
17
-
* A WAMP (websockets protocol) router that serves as a middle man between this client and the PHP application
16
+
*[A WAMP (websockets protocol) router](http://wamp-proto.org/implementations/#routers) that serves as a middle man between this client and the PHP application
18
17
19
18
All 3 components *can* be be running on the same server/environment, or be on 3 separate servers, it doesn't matter. I imagine in most cases, this client and the router will be installed on a local dev environment... aka your laptop.
20
19
@@ -23,7 +22,7 @@ All 3 components *can* be be running on the same server/environment, or be on 3
23
22
24
23
### Installation
25
24
26
-
Download Composer (if not already installed) [more info](https://getcomposer.org/doc/00-intro.md#downloading-the-composer-executable)
25
+
Download Composer (if not already installed) [more info](https://getcomposer.org/doc/00-intro.md#downloading-the-composer-executable)
**Install a WAMP router** (if you don't already have one)
38
-
If you don't already have a WAMP router up and running, you might as well install a PHP-based one here in the same folder *(but again, it could be installed anywhere)*
39
-
One client+router install can support many PHPDebugConsole projects
37
+
If you don't already have a WAMP router up and running, you might as well install a PHP-based one here in the same folder *(but again, it could be installed anywhere, or be a node based router)*
38
+
One client+router install can support many PHPDebugConsole projects
0 commit comments