2017 © Pedro Peláez
 

library firephp

Log variables to the Firefox 51+ console (alternate solution for FirePHP via Chrome Logger protocol).

image

urands/firephp

Log variables to the Firefox 51+ console (alternate solution for FirePHP via Chrome Logger protocol).

  • Wednesday, March 1, 2017
  • by urands
  • Repository
  • 5 Watchers
  • 17 Stars
  • 353 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 8 % Grown

The README.md

FirePHP 1.0.5

Replacing the original FirePHP to the new based on ChromePhp, (*1)

Overview

FirePHP is a PHP library for the Chrome Logger Google Chrome extension and Firebug console logger Firefox 51+., (*2)

This library allows you log variables to console., (*3)

Library work with Laravel., (*4)

Requirements

  • PHP 5 or late

Installation

, (*5)

  1. Add FirePHP package to your project using composer, (*6)

    composer require urands/firephp, (*7)

2.1 If you didn't use composer yet, put somewhere autoload class in your project, (*8)

```php
require __DIR__ . '/vendor/autoload.php';
```

Installation from source

  1. Download FirePhp sources, (*9)

  2. Put fb.php somewhere in your PHP include path, (*10)

    require_once 'fb.php'
    

Usage

  1. Put function 'fb' somewhere in your code, (*11)

    FB::log('This FirePHP for Firefox 51+');
    .....
    FB::info($_SERVER);
    
  2. Open developer console (F12) in your browser, (*12)

Support & Feedback

See Support, (*13)

Author

This project is authored and maintained by Iurii Bell., (*14)

The Versions

01/03 2017

dev-master

9999999-dev http://github.com/urands/firephp

Log variables to the Firefox 51+ console (alternate solution for FirePHP via Chrome Logger protocol).

  Sources   Download

MIT

The Requires

 

log logging firephp firefox

26/02 2017

1.0.5

1.0.5.0 http://github.com/urands/firephp

Log variables to the Firefox 51+ console (alternate solution for FirePHP via Chrome Logger protocol).

  Sources   Download

MIT

The Requires

 

log logging firephp firefox

25/02 2017

1.0.4

1.0.4.0 http://github.com/urands/firephp

Log variables to the Firefox 51+ console (alternate solution for FirePHP via Chrome Logger protocol).

  Sources   Download

MIT

The Requires

 

log logging firephp firefox