/WebinoDebug

More than just user friendly error and exception handling for Zend Framework 2

Primary LanguagePHPBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

Web debugger
for Zend Framework 2

Build Status Coverage Status Scrutinizer Code Quality Dependency Status
Latest Stable Version Total Downloads Latest Unstable Version License

More than just user friendly error and exception handling.

Features

  • User friendly errors and exceptions
  • Can write error log
  • Can notify by email
  • Discrete production server error page
  • Optional Tracy debugger bar
    • Config viewer
    • Event profiler

Requirements

  • PHP 5.5
  • ZendFramework 2

Setup

Open terminal and go to your application directory

  1. Run php composer.phar require webino/webino-debug:dev-develop
  • Add WebinoDebug to the enabled modules list as one of first modules

NOTE: Considering a zf2-skeleton or very similar application.

Showcase

local error public error

Development

Dependency Status

We will appreciate any contributions on development of this module.

Learn How to develop Webino modules

Addendum

Please, if you are interested in this Zend Framework module report any issues and don't hesitate to contribute.

Report a bug | Fork me