PHPackages                             ghislainf/zf2-whoops - 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. ghislainf/zf2-whoops

ActiveModule[Debugging &amp; Profiling](/categories/debugging)

ghislainf/zf2-whoops
====================

PHP whoops error on ZF2 framework

60379.9k↓40.8%10[2 PRs](https://github.com/ghislainf/zf2-whoops/pulls)PHP

Since Jun 6Pushed 8y ago8 watchersCompare

[ Source](https://github.com/ghislainf/zf2-whoops)[ Packagist](https://packagist.org/packages/ghislainf/zf2-whoops)[ RSS](/packages/ghislainf-zf2-whoops/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

ZF2 module, integrated [whoops](https://github.com/filp/whoops)

---

[![Whoops!](https://camo.githubusercontent.com/8c6903f0faa7646ec2e2f90391774682de82bc9fa3dc31b7243ad28275fd6fce/687474703a2f2f692e696d6775722e636f6d2f78695a317455552e706e67)](https://camo.githubusercontent.com/8c6903f0faa7646ec2e2f90391774682de82bc9fa3dc31b7243ad28275fd6fce/687474703a2f2f692e696d6775722e636f6d2f78695a317455552e706e67)

**whoops** is an error handler base/framework for PHP. Out-of-the-box, it provides a pretty error interface that helps you debug your web projects, but at heart it's a simple yet powerful stacked error handling system.

Module installation
-------------------

[](#module-installation)

1. `cd my/project/directory`
2. create a `composer.json` file with following contents:

    ```
    {
        "require": {
            "ghislainf/zf2-whoops": "dev-master"
        }
    }
    ```
3. install composer via `curl -s http://getcomposer.org/installer | php` (on windows, download  and execute it with PHP)
4. run `php composer.phar install`
5. open `my/project/directory/configs/application.config.php` and add the following key to your `modules`, :

    ```
    'Zf2Whoops',   // must be added as the first module
    ```
6. copy `config/zf2-whoops.local.php` in `my/project/directory/config/autoload`
7. edit `my/project/directory/config/autoload/zf2-whoops.local.php`

###  Health Score

34

—

LowBetter than 77% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity46

Moderate usage in the ecosystem

Community19

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 69.2% 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/2c2bc4f04d81dc1d01b136e4375fc9079ffb1285293c5e80ec06296a373f08e5?d=identicon)[ghislainf](/maintainers/ghislainf)

---

Top Contributors

[![ghislainf](https://avatars.githubusercontent.com/u/892972?v=4)](https://github.com/ghislainf "ghislainf (18 commits)")[![Saeven](https://avatars.githubusercontent.com/u/887224?v=4)](https://github.com/Saeven "Saeven (3 commits)")[![andreigabreanu](https://avatars.githubusercontent.com/u/3910702?v=4)](https://github.com/andreigabreanu "andreigabreanu (2 commits)")[![icanhazstring](https://avatars.githubusercontent.com/u/883543?v=4)](https://github.com/icanhazstring "icanhazstring (2 commits)")[![jaydiablo](https://avatars.githubusercontent.com/u/136907?v=4)](https://github.com/jaydiablo "jaydiablo (1 commits)")

### Embed Badge

![Health badge](/badges/ghislainf-zf2-whoops/health.svg)

```
[![Health](https://phpackages.com/badges/ghislainf-zf2-whoops/health.svg)](https://phpackages.com/packages/ghislainf-zf2-whoops)
```

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