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

ActiveLibrary

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

Whoops provider for Silex

1.0.1(9y ago)1114.8k↓31.5%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 1mo 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 80% 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

3462d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/a072a503f2d1716dd576b74eec665ede6411a98ff5706b5562565dda943d961e?d=identicon)[denis-sokolov](/maintainers/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

[nunomaduro/collision

Cli error handling for console/command-line PHP applications.

4.6k331.8M8.5k](/packages/nunomaduro-collision)[getkirby/cms

The Kirby core

1.5k535.5k352](/packages/getkirby-cms)[tempest/framework

The PHP framework that gets out of your way.

2.1k23.1k9](/packages/tempest-framework)[phlak/directory-lister

PHP directory lister

2.5k1.4k](/packages/phlak-directory-lister)[bowphp/framework

The bow PHP Framework

6015.5k8](/packages/bowphp-framework)

PHPackages © 2026

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