PHPackages                             alextar/yii2-firephp-query-profiler - 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. alextar/yii2-firephp-query-profiler

ActiveYii2-extension[Debugging &amp; Profiling](/categories/debugging)

alextar/yii2-firephp-query-profiler
===================================

profile db queries using firephp

01.3kPHP

Since Apr 8Pushed 11y ago1 watchersCompare

[ Source](https://github.com/alextar/yii2-firephp-query-profiler)[ Packagist](https://packagist.org/packages/alextar/yii2-firephp-query-profiler)[ RSS](/packages/alextar-yii2-firephp-query-profiler/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

yii2-firephp
============

[](#yii2-firephp)

FirePHP log target for YII2

If it does not work, try adding "ob\_start ()" in index.php

Usage
-----

[](#usage)

composer.json

```
"require": {
    	"codeexpert/yii2-firephp": "0.1.*@dev"
},

```

config file:

```
$config = [
    'components' => [
        'log' => [
            'targets' => [
                'firephp' => [
                    'class' => 'codeexpert\log\FirePHPTarget',
                ]
            ],
        ],
    ],
];

```

anywhere:

```
\Yii::info('Hello, I am info message', 'test1');
\Yii::warning('Hello, I am warning message', 'test2');
\Yii::error('Hello, I am error message', 'test3');
\Yii::info(array('a'=>'b', 'c'=>'d'), 'array test');

```

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/8f0c07438e9778bce925aea184f837ce19a04d44574687dc4b37870690d6e700?d=identicon)[alextar](/maintainers/alextar)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/alextar-yii2-firephp-query-profiler/health.svg)

```
[![Health](https://phpackages.com/badges/alextar-yii2-firephp-query-profiler/health.svg)](https://phpackages.com/packages/alextar-yii2-firephp-query-profiler)
```

###  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)
