PHPackages                             lucidtaz/yii2-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. lucidtaz/yii2-whoops

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

lucidtaz/yii2-whoops
====================

Yii2 bindings for Whoops error handler

324.9k↓26.1%[1 PRs](https://github.com/LucidTaZ/yii2-whoops/pulls)1PHP

Since Feb 6Pushed 7y ago1 watchersCompare

[ Source](https://github.com/LucidTaZ/yii2-whoops)[ Packagist](https://packagist.org/packages/lucidtaz/yii2-whoops)[ RSS](/packages/lucidtaz-yii2-whoops/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (2)Used By (1)

Yii2 bindings for Whoops
========================

[](#yii2-bindings-for-whoops)

This library provides easy integration of [filp/whoops](https://github.com/filp/whoops) into [Yii2](https://github.com/yiisoft/yii2). Whoops is a pretty exception and error formatter. This library enables you to use it by configuring an ErrorHandler in your application config.

USAGE
-----

[](#usage)

Configure `web.php` to disable Yii's built-in error handler and use the new one:

```
