PHPackages                             whoops/silex-1 - 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. whoops/silex-1

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

whoops/silex-1
==============

Whoops provider for Silex

1.0.1(9y ago)1116.7k↓65.9%2MITPHP

Since Nov 22Pushed 9y ago2 watchersCompare

[ Source](https://github.com/whoops-php/silex-1)[ Packagist](https://packagist.org/packages/whoops/silex-1)[ RSS](/packages/whoops-silex-1/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependencies (1)Versions (3)Used By (0)

Integrating Whoops with Silex
=============================

[](#integrating-whoops-with-silex)

**whoops** comes packaged with a Silex Service Provider: `Whoops\Provider\Silex\WhoopsServiceProvider`. Using it in your existing Silex project is easy:

```
require 'vendor/autoload.php';

use Silex\Application;

// ... some awesome code here ...

if ($app['debug']) {
    $app->register(new Whoops\Provider\Silex\WhoopsServiceProvider());
}

// ...

$app->run();
```

And that's about it. By default, you'll get the pretty error pages if something goes awry in your development environment, but you also have full access to the **whoops** library, obviously. For example, adding a new handler into your app is as simple as extending `whoops`:

```
$app['whoops'] = $app->extend('whoops', function ($whoops) {
    $whoops->pushHandler(new DeleteWholeProjectHandler());
    return $whoops;
});
```

###  Health Score

35

—

LowBetter than 77% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity33

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity64

Established project with proven stability

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

Total

2

Last Release

3509d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/113721?v=4)[Denis Sokolov](/maintainers/denis-sokolov)[@denis-sokolov](https://github.com/denis-sokolov)

---

Top Contributors

[![denis-sokolov](https://avatars.githubusercontent.com/u/113721?v=4)](https://github.com/denis-sokolov "denis-sokolov (4 commits)")

### Embed Badge

![Health badge](/badges/whoops-silex-1/health.svg)

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

###  Alternatives

[tempest/framework

The PHP framework that gets out of your way.

2.2k34.4k15](/packages/tempest-framework)[getkirby/cms

The Kirby core

1.5k584.8k474](/packages/getkirby-cms)[yireo/magento2-whoops

Magento 2 module adding Whoops error handling

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

PHP whoops error on slim framework

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

Integrates PHP Debug Bar with Phalcon.

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

WordPress plugin for whoops error handler.

129136.2k3](/packages/rarst-wps)

PHPackages © 2026

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