PHPackages                             gluephp/glue-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. gluephp/glue-whoops

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

gluephp/glue-whoops
===================

Use whoops in Glue

0.1.1(9y ago)11552MITPHPPHP &gt;=5.5.0

Since May 6Pushed 9y ago1 watchersCompare

[ Source](https://github.com/gluephp/glue-whoops)[ Packagist](https://packagist.org/packages/gluephp/glue-whoops)[ RSS](/packages/gluephp-glue-whoops/feed)WikiDiscussions develop Synced 4w ago

READMEChangelogDependencies (1)Versions (4)Used By (2)

Whoops for Glue
===============

[](#whoops-for-glue)

Use [filp/whoops](https://github.com/filp/whoops) with [gluephp/glue](https://github.com/gluephp/glue)

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

[](#installation)

Use [Composer](http://getcomposer.org):

```
$ composer require gluephp/glue-whoops
```

Configure Whoops
----------------

[](#configure-whoops)

```
$app = new Glue\App;

$app->config->override([
    'debug' => true,
]);
```

The `debug` settings isn't specifically for Whoops, but if debug is false, Whoops will be disabled since we don't want to use it in production.

Register Whoops
---------------

[](#register-whoops)

```
$app->register(
    new Glue\Whoops\ServiceProvider()
);
```

Get the Whoops instance
-----------------------

[](#get-the-whoops-instance)

Once the service provider is registered, you can fetch the Whoops instance with:

```
$whoops = $app->make('Whoops\Run');
```

###  Health Score

25

—

LowBetter than 36% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity50

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 ~206 days

Total

2

Last Release

3500d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/19168339?v=4)[gluephp](/maintainers/gluephp)[@gluephp](https://github.com/gluephp)

---

Top Contributors

[![magnus-eriksson](https://avatars.githubusercontent.com/u/3640297?v=4)](https://github.com/magnus-eriksson "magnus-eriksson (3 commits)")

### Embed Badge

![Health badge](/badges/gluephp-glue-whoops/health.svg)

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

###  Alternatives

[tempest/framework

The PHP framework that gets out of your way.

2.2k31.1k12](/packages/tempest-framework)[getkirby/cms

The Kirby core

1.5k567.4k436](/packages/getkirby-cms)[yireo/magento2-whoops

Magento 2 module adding Whoops error handling

102739.7k](/packages/yireo-magento2-whoops)[zeuxisoo/slim-whoops

PHP whoops error on slim framework

1301.1M27](/packages/zeuxisoo-slim-whoops)[snowair/phalcon-debugbar

Integrates PHP Debug Bar with Phalcon.

159125.1k1](/packages/snowair-phalcon-debugbar)[rarst/wps

WordPress plugin for whoops error handler.

129135.5k3](/packages/rarst-wps)

PHPackages © 2026

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