PHPackages                             urands/firephp - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Logging &amp; Monitoring](/categories/logging)
4. /
5. urands/firephp

ActiveLibrary[Logging &amp; Monitoring](/categories/logging)

urands/firephp
==============

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

1.0.5(9y ago)178.3k↓37.5%11MITPHPPHP &gt;=5.0.0

Since Feb 25Pushed 9y ago5 watchersCompare

[ Source](https://github.com/urands/FirePHP)[ Packagist](https://packagist.org/packages/urands/firephp)[ Docs](http://github.com/urands/firephp)[ RSS](/packages/urands-firephp/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (2)Dependencies (1)Versions (3)Used By (1)

FirePHP 1.0.5
=============

[](#firephp-105)

Replacing the original FirePHP to the new based on ChromePhp

Overview
--------

[](#overview)

FirePHP is a PHP library for the Chrome Logger Google Chrome extension and Firebug console logger Firefox 51+.

This library allows you log variables to console.

Library work with [Laravel](https://laravel.com/).

Requirements
------------

[](#requirements)

- PHP 5 or late

Installation
------------

[](#installation)

[![](https://github.com/urands/urands.github.io/raw/master/resource/firephp-install.gif?raw=true)](https://github.com/urands/urands.github.io/blob/master/resource/firephp-install.gif?raw=true)

### Installation from composer (RECOMMENDED)

[](#installation-from-composer-recommended)

1. Add FirePHP package to your project using [composer](https://getcomposer.org/)

    ```
    composer require urands/firephp
    	```

    ```

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

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

```

### Installation from source

[](#installation-from-source)

1. Download [FirePhp sources](https://github.com/urands/FirePHP/releases/download/1.0.4/FirePHP-1.0.4-stable.zip)
2. Put fb.php somewhere in your PHP include path

    ```
    require_once 'fb.php'
    ```

Usage
-----

[](#usage)

1. Put function 'fb' somewhere in your code

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

Support &amp; Feedback
----------------------

[](#support--feedback)

See [Support](http://firephp.bel-tech.ru)

Author
------

[](#author)

This project is authored and maintained by [Iurii Bell](http://firephp.bel-tech.ru/).

###  Health Score

34

—

LowBetter than 77% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity33

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~0 days

Total

2

Last Release

3369d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/420db1103bbd6c141e56766f90e06964dec51331e467c2e482fd3ee9e06dc684?d=identicon)[urands](/maintainers/urands)

---

Top Contributors

[![urands](https://avatars.githubusercontent.com/u/1263969?v=4)](https://github.com/urands "urands (19 commits)")

---

Tags

logloggingfirefoxfirephp

### Embed Badge

![Health badge](/badges/urands-firephp/health.svg)

```
[![Health](https://phpackages.com/badges/urands-firephp/health.svg)](https://phpackages.com/packages/urands-firephp)
```

###  Alternatives

[monolog/monolog

Sends your logs to files, sockets, inboxes, databases and various web services

21.4k964.9M7.0k](/packages/monolog-monolog)[symfony/monolog-bundle

Symfony MonologBundle

2.9k249.1M1.6k](/packages/symfony-monolog-bundle)[sentry/sentry

PHP SDK for Sentry (http://sentry.io)

1.9k227.1M273](/packages/sentry-sentry)[sentry/sentry-laravel

Laravel SDK for Sentry (https://sentry.io)

1.3k114.3M154](/packages/sentry-sentry-laravel)[rap2hpoutre/laravel-log-viewer

A Laravel log reader

3.2k14.7M71](/packages/rap2hpoutre-laravel-log-viewer)[sentry/sdk

This is a meta package of sentry/sentry. We recommend using sentry/sentry directly.

328134.8M151](/packages/sentry-sdk)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
