PHPackages                             mpalourdio/mpa-firephp-wrapper - 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. mpalourdio/mpa-firephp-wrapper

AbandonedArchivedLibrary

mpalourdio/mpa-firephp-wrapper
==============================

Lightweight ZF2 module that wraps firephp. Provides a view helper and a controller plugin. Easily configurable and usable

0.3.1(11y ago)1324MITPHPPHP &gt;=5.5

Since Apr 30Pushed 1y ago1 watchersCompare

[ Source](https://github.com/mpalourdio/MpaFirephpWrapper)[ Packagist](https://packagist.org/packages/mpalourdio/mpa-firephp-wrapper)[ Docs](https://github.com/mpalourdio/MpaFirephpWrapper)[ RSS](/packages/mpalourdio-mpa-firephp-wrapper/feed)WikiDiscussions main Synced 2d ago

READMEChangelog (4)Dependencies (10)Versions (6)Used By (0)

[![Build Status](https://camo.githubusercontent.com/93afe8df89b5b81bbabf6e15af4e0a4dbed111dabc70ac153311e5dc9256231b/68747470733a2f2f7472617669732d63692e6f72672f6d70616c6f757264696f2f4d706146697265706870577261707065722e706e673f6272616e63683d6d6173746572)](https://travis-ci.org/mpalourdio/MpaFirephpWrapper)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/916356c7f765c1a41af9efb31526abd7c86c0dc68a6f58090589d44d8d1c4550/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f6d70616c6f757264696f2f4d706146697265706870577261707065722f6261646765732f7175616c6974792d73636f72652e706e673f733d62376465363733376638326337623334633530613864393663383935306638373566343365326533)](https://scrutinizer-ci.com/g/mpalourdio/MpaFirephpWrapper/)[![Code Coverage](https://camo.githubusercontent.com/ddb2f7906c5568341914bef305e52a422d5f8b3eb01ad31ca9f4041280571bb6/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f6d70616c6f757264696f2f4d706146697265706870577261707065722f6261646765732f636f7665726167652e706e673f733d66613835376662326135636131666634613532346566343430346366646262353466323163373665)](https://scrutinizer-ci.com/g/mpalourdio/MpaFirephpWrapper/)[![SensioLabsInsight](https://camo.githubusercontent.com/f30d937acade37fcc4e2c572300af80221f9f79396a393f5646e4ec9ec511074/68747470733a2f2f696e73696768742e73656e73696f6c6162732e636f6d2f70726f6a656374732f63383130636139382d643766662d343263352d613030332d6535343631343735396161372f6d696e692e706e67)](https://insight.sensiolabs.com/projects/c810ca98-d7ff-42c5-a003-e54614759aa7)[![PHP 7.0+](https://camo.githubusercontent.com/661ec2b3805144b308f076cd3a7324daf1050bb3608c286ed3e0d49df1c3b03b/687474703a2f2f696d672e736869656c64732e696f2f62616467652f7068702d372e302b2d3838393242462e737667)](http://php.net)[![MIT Licensed](https://camo.githubusercontent.com/7bb7f9228d9997f09c313c4364647ef637486acd002aae26119a4e2cbf0ee808/687474703a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f61646c6177736f6e2f766576616c2e737667)](LICENSE)

MpaFirephpWrapper
=================

[](#mpafirephpwrapper)

Lightweight ZF2 module that wraps firephp. Provides a view helper and a controller plugin. Easily configurable and usable.

Requirements
============

[](#requirements)

PHP 7.0+

Configuration
=============

[](#configuration)

Copy **mpafirephpwrapper.config.global.php.dist** in your **autoload folder** and rename it by removing the .dist extension.

Installation
============

[](#installation)

Run the command below to install via Composer

```
composer require mpalourdio/mpa-firephp-wrapper
```

Add "MpaFirephpWrapper" to your **modules list** in **application.config.php**

Usage (in a controller action or in a view script)
==================================================

[](#usage-in-a-controller-action-or-in-a-view-script)

```
$this->firephp($mythingtolog);
```

The default behavior is set to bind the info() method of FirePHP. You can override this by doing

```
$this->firephp($mythingtolog, 'warn'); // the different possibilites are log/info/warn/error
```

Warning
=======

[](#warning)

Deep objects can freeze the plugin. You can set your own depth options in mpafirephpwrapper.config.global.php. The default ones are :

```
$options = [
                'maxObjectDepth'      => 3,
                'maxArrayDepth'       => 3,
                'maxDepth'            => 3,
                'useNativeJsonEncode' => true,
                'includeLineNumbers'  => true
            ];
```

ZDT integration
===============

[](#zdt-integration)

The Zend Developer Tools toolbar will show you how many events are logged to Firephp

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance34

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity52

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

Every ~102 days

Total

4

Last Release

4090d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/4fdbda774ff506689d09a6030ea897b292188db54d9edb53af8289d8313e9da8?d=identicon)[mpalourdio](/maintainers/mpalourdio)

---

Top Contributors

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

---

Tags

modulezf2firephp

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/mpalourdio-mpa-firephp-wrapper/health.svg)

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

###  Alternatives

[hrevert/ht-img-module

Image manipulation module for Zend Framework 2

1829.6k2](/packages/hrevert-ht-img-module)

PHPackages © 2026

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