Skip to content

FirePHP-1.0.5-stable

Latest
Compare
Choose a tag to compare
@urands urands released this 26 Feb 03:49
· 1 commit to master since this release

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

  1. Download FirePHP and extract it

  2. Put somewhere in your PHP code

        require_once 'fb.php'
    
        FB::log('This FirePHP for Firefox 51+');
        .....
        FB::info($_SERVER);
  3. Open developer console (F12) in your browser