PHPackages                             appcompass/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. appcompass/firephp

ActiveLibrary

appcompass/firephp
==================

FirePHP Support for Laravel 4

1.1.7(7y ago)014[1 PRs](https://github.com/appcompass/firephp/pulls)MITPHPPHP &gt;=5.4

Since Apr 13Pushed 5y ago1 watchersCompare

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

READMEChangelogDependencies (1)Versions (3)Used By (0)

FirePHP support in Laravel 4
============================

[](#firephp-support-in-laravel-4)

This Laravel 4 package brings FirePHP to Laravel 4. By default it will log to your FireBug Console Database query information and log events.

Pre-Installation
----------------

[](#pre-installation)

Before installing this package, you should make sure you have FirePHP Firefox addon installed and your Firebug Net panel enabled.

[Install Firebug](https://addons.mozilla.org/en-US/firefox/addon/firebug/)[Install FirePHP](https://addons.mozilla.org/en-US/firefox/addon/firephp/)

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

[](#installation)

Add `p3in/firephp` to your composer requirements:

```
"require-dev": {
	"p3in/firephp": "dev-master"
}

```

Next, update Composer from the Terminal:

```
$ composer update --dev

```

Once the package is installed, open your `app/config/app.php` configuration file and locate the providers key. Add the following line to the end.

```
'P3in\Firephp\FirephpServiceProvider',

```

Finally, publish the default configuration (it will end up in app/config/packages/p3in/firephp/config.php):

```
$ php artisan config:publish p3in/firephp

```

Usage
-----

[](#usage)

You can use it in a number of ways.

```
// Use the built in Log system
Log::info('This is some useful information.');
Log::warning('Something could be going wrong.');
Log::error('Something is really going wrong.');

// Use the Firebug methods.
FB::group('testGRoup');
	FB::info('This is some useful information.');
	FB::warn('Something could be going wrong.');
	FB::error('Something is really going wrong.');
FB::groupEnd();

// Or a combination of both.
FB::group('testGRoup');
	Log::info('This is some useful information.');
	Log::warning('Something could be going wrong.');
	Log::error('Something is really going wrong.');
FB::groupEnd();

```

Remember, by default all Logged events will be sent to your FireBug console.

Enjoy! Please feel free to provide any feedback or feature requests.

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity56

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

Unknown

Total

1

Last Release

2584d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/81b82e6b599e3fe48c19af5454149d7bd18075755ca897b331ad17dcade86344?d=identicon)[jubairsaidi](/maintainers/jubairsaidi)

---

Top Contributors

[![ziazon](https://avatars.githubusercontent.com/u/1675902?v=4)](https://github.com/ziazon "ziazon (1 commits)")

---

Tags

debuggingloggign

### Embed Badge

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

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

###  Alternatives

[honeybadger-io/honeybadger-laravel

Honeybadger Laravel integration

431.2M](/packages/honeybadger-io-honeybadger-laravel)[kssadi/log-tracker

A powerful, intuitive, and efficient log viewer for Laravel applications.

264.8k](/packages/kssadi-log-tracker)[kevincobain2000/laravel-alert-notifications

Alert notifications of exceptions from your laravel application

2621.1k](/packages/kevincobain2000-laravel-alert-notifications)[hryha/laravel-request-logger

A Laravel package to log requests and responses

102.2k](/packages/hryha-laravel-request-logger)

PHPackages © 2026

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