Skip to content

ed-fruty/whoops-silex

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Whoops-Silex

Integrates the Whoops library into Silex whoops

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.

Latest Stable Version License Total Downloads Scrutinizer Code Quality

Module installation

In your project root folder

  1. composer require texthtml/whoops-silex ~1.0
  2. In your Silex container configuration, register the WhoopsServiceProvider:
$container->register(new WhoopsServiceProvider);

Whoops!

About

Integrates the Whoops library into Silex

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%