Skip to content

Releases: urands/FirePHP

FirePHP-1.0.5-stable

26 Feb 03:49
Compare
Choose a tag to compare

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

FirePHP-1.0.4-stable

25 Feb 21:30
Compare
Choose a tag to compare

FirePHP-1.0.4-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