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

ActiveModule

taciclei/zf2-whoops
===================

PHP whoops error on ZF2 framework

032PHP

Since Oct 5Pushed 8y ago1 watchersCompare

[ Source](https://github.com/taciclei/zf2-whoops)[ Packagist](https://packagist.org/packages/taciclei/zf2-whoops)[ RSS](/packages/taciclei-zf2-whoops/feed)WikiDiscussions master Synced 2mo 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

21

—

LowBetter than 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 66.7% 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/75ca769d5e8944b82c9f3a086536985087157d76738dffebb012e0577caa9add?d=identicon)[tazouuu](/maintainers/tazouuu)

---

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)")[![taciclei](https://avatars.githubusercontent.com/u/6278770?v=4)](https://github.com/taciclei "taciclei (1 commits)")

### Embed Badge

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

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

PHPackages © 2026

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