PHP Console Inside Your Browser
I was looking for a tool where I can write a little snippet in PHP and test it out/debug really quickly. First thought of something like these online compilers, like IDEONE. But it’s too heavy for my taste. I needed something faster. Yesterday, came across this blog post from Jordi Boggiano, who saved some work of mine(and lot of other developers) and made a tool that can run inside your browser, and let you run and debug PHP codes with ease, and it’s also FAST.
Here is a screenshot -
[caption id="" align=“aligncenter” width=“622” caption=“PHP Console”]
[/caption]
Looks good, right? You can grab the tool from github and use it on your localhost or your personal server, wherever you want. :)