FirePHP-1.0.5-stable
Replacing the original FirePHP to the new based on ChromePhp
FirePHP is a PHP library for the Chrome Logger Google Chrome extension and Firebug console logger Firefox 51+.
Installation & usage
-
Download FirePHP and extract it
-
Put somewhere in your PHP code
require_once 'fb.php' FB::log('This FirePHP for Firefox 51+'); ..... FB::info($_SERVER);
-
Open developer console (F12) in your browser