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

ActiveSymfony-bundle[Debugging &amp; Profiling](/categories/debugging)

dvelopment/firephp-bundle
=========================

The FirePHPBundle provides simple integration FirePHP for your Symfony2 project.

040.5k↓33.3%1PHP

Since Sep 8Pushed 12y ago1 watchersCompare

[ Source](https://github.com/dVelopment/FirePHPBundle)[ Packagist](https://packagist.org/packages/dvelopment/firephp-bundle)[ RSS](/packages/dvelopment-firephp-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

FirePHPBundle
=============

[](#firephpbundle)

The FirePHPBundle provides simple integration FirePHP for your Symfony2 project.

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

[](#installation)

### Add FirePHPBundle to your vendor/bundles dir

[](#add-firephpbundle-to-your-vendorbundles-dir)

#### Using composer (recommended)

[](#using-composer-recommended)

Require the bundle via composer

```
"require-dev": {
    "dvelopment/firephp-bundle": "dev-master"
}

```

#### Use deps file

[](#use-deps-file)

Add the following lines to de /deps file

```
; Debugging
[FirePHPBundle]
    git=git://github.com/Jehu/FirePHPBundle.git
    target=/bundles/FirePHPBundle

```

#### Use submodule

[](#use-submodule)

```
git submodule add git://github.com/Jehu/FirePHPBundle.git vendor/bundles/FirePHPBundle

```

### Add FirePHPBundle to your application kernel

[](#add-firephpbundle-to-your-application-kernel)

```
// app/AppKernel.php
public function registerBundles()
{

	// ...
	if (in_array($this->getEnvironment(), array('dev', 'test')) || (strpos($this->getEnvironment(), 'dev_') === 0)) {
	{
		// ...
		$bundles[] = new FirePHPBundle\FirePHPBundle();
	}

	return $bundles;
}

```

### Add FireBugBundle to your autoload.php (only needed if not installed via composer)

[](#add-firebugbundle-to-your-autoloadphp-only-needed-if-not-installed-via-composer)

```
// app/autoload.php
$loader = new UniversalClassLoader();
$loader->registerNamespaces(array(
    // ...
    'FirePHP'          => __DIR__.'/../vendor/bundles',
));

```

### Add FirePHPBundle to your application config

[](#add-firephpbundle-to-your-application-config)

```
// app/config/config_dev.yml

// ...

fire_php: ~

```

Usage
-----

[](#usage)

For available methods see ()

### From controller

[](#from-controller)

```
public function indexAction()
{
	$fb = $this->get('fire_php');
	$fb->log(array(1,2,3));

    // ...
}

```

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity25

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor2

2 contributors hold 50%+ of commits

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/db52d7a09896961e220d80bf5aab2ece9a1c98822259fa1466c98d3a6647d141?d=identicon)[dVelopment](/maintainers/dVelopment)

---

Top Contributors

[![dVelopment](https://avatars.githubusercontent.com/u/591304?v=4)](https://github.com/dVelopment "dVelopment (4 commits)")[![madiedinro](https://avatars.githubusercontent.com/u/298934?v=4)](https://github.com/madiedinro "madiedinro (4 commits)")[![EmmanuelVella](https://avatars.githubusercontent.com/u/663607?v=4)](https://github.com/EmmanuelVella "EmmanuelVella (1 commits)")

### Embed Badge

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

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

###  Alternatives

[symfony/stopwatch

Provides a way to profile code

2.8k387.2M918](/packages/symfony-stopwatch)[fruitcake/laravel-debugbar

PHP Debugbar integration for Laravel

19.1k662.9k29](/packages/fruitcake-laravel-debugbar)[jokkedk/webgrind

Webgrind is a Xdebug profiling web frontend in PHP5. It implements a subset of the features of kcachegrind and installs in seconds and works on all platforms. For quick'n'dirty optimizations it does the job.

3.3k193.0k](/packages/jokkedk-webgrind)[koriym/printo

An object graph visualizer.

1421.8M2](/packages/koriym-printo)[soloterm/dumps

A Laravel command to intercept dumps from your Laravel application.

125285.7k3](/packages/soloterm-dumps)[beyondcode/helo-laravel

HELO Laravel debug helper

90360.1k](/packages/beyondcode-helo-laravel)

PHPackages © 2026

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