PHPackages                             p3in/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. [Debugging &amp; Profiling](/categories/debugging)
4. /
5. p3in/firephp

Abandoned → [appcompass/firephp](/?search=appcompass%2Ffirephp)Library[Debugging &amp; Profiling](/categories/debugging)

p3in/firephp
============

FirePHP Support for Laravel 4

1.1.7(7y ago)07.6k[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/p3in/firephp)[ Docs](https://github.com/appcompass/firephp)[ RSS](/packages/p3in-firephp/feed)WikiDiscussions master Synced 3w 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

28

—

LowBetter than 52% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity18

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

2636d 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/p3in-firephp/health.svg)

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

###  Alternatives

[barryvdh/laravel-debugbar

PHP Debugbar integration for Laravel

19.3k133.0M734](/packages/barryvdh-laravel-debugbar)[fruitcake/laravel-debugbar

PHP Debugbar integration for Laravel

19.3k2.3M60](/packages/fruitcake-laravel-debugbar)[psalm/plugin-laravel

Psalm plugin for Laravel

3355.3M346](/packages/psalm-plugin-laravel)

PHPackages © 2026

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