barbushin / php-console

Handle PHP errors, dump variables, execute PHP code remotely in Google Chrome
https://chrome.google.com/webstore/detail/php-console/nfhmhhlpfleoednkpnnnkolmclajemef
MIT License
1.34k stars 283 forks source link

Firefox support #159

Open unfulvio opened 5 years ago

unfulvio commented 5 years ago

Hey there,

I was wondering if you ever investigated how hard would it be to add support for Firefox via specific extension, but sharing the same PHP Console library for the connector.

I am not using Firefox myself, I designed the PHP Console implementation for WordPress which uses your library :bowing_man: -- It'd be nice if PHP Console could work with other popular browsers.

I've looked into Mozilla docs, seems the browser supports a console API to output server side messages: https://developer.mozilla.org/en-US/docs/Tools/Web_Console/Console_messages#Server

Someone came with this implementation: https://github.com/frankforte/quantumphp for example (not quite the same thing as PHP Console, I believe).

Just wondering if you have already investigated this and what were your conclusions, if any. If doable we could collaborate to make it work.

Thanks