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 issues](https://github.com/appcompass/firephp/issues)[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 3d 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 54% 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

2588d 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

[spatie/global-ray

Enable Ray in all PHP files on your system

21863.0k1](/packages/spatie-global-ray)[mmucklo/krumo

KRUMO - version 2.0 of print\_r(); and var\_dump(); (with new updates)

89168.0k6](/packages/mmucklo-krumo)[xrdebug/php

PHP client library for xrDebug

23920.3k2](/packages/xrdebug-php)[jbzoo/jbdump

Script for debug and dump PHP variables and other stuff. This tool is a nice replacement for print\_r() and var\_dump() functions.

211.1M3](/packages/jbzoo-jbdump)[kktsvetkov/krumo

Krumo is a debugging tool, which displays structured information about any PHP variable. It is a nice replacement for print\_r() or var\_dump() which are used by a lot of PHP developers.

8260.7k](/packages/kktsvetkov-krumo)[koriym/xdebug-mcp

Universal PHP Xdebug MCP Server with AI-optimized debugging support

4011.6k1](/packages/koriym-xdebug-mcp)

PHPackages © 2026

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