webino/webino-debug
Debugging module for Webinoβ’
Maintainers
Requires
- php: ~7.1
- webino/tracy: 2.*
- webino/zend-escaper: 2.6.*
- zendframework/zend-eventmanager: 2.*
- zendframework/zend-modulemanager: 2.*
- zendframework/zend-servicemanager: 2.*
- zendframework/zend-stdlib: 2.*
Requires (Dev)
- webino/webino-dev: dev-develop
- zendframework/zend-console: 2.*
- zendframework/zend-di: 2.*
- zendframework/zend-http: 2.*
- zendframework/zend-loader: 2.*
- zendframework/zend-log: 2.*
- zendframework/zend-mvc: 2.*
- zendframework/zend-version: 2.*
- zendframework/zend-view: 2.*
Suggests
- zendframework/zend-version: Debugger info panel ZF2 version
Provides
None
Conflicts
None
Replaces
None
BSD-3-Clause 5e3cf90e0335a0035616a15b3bc3cdc07dd291a6
- Webino, s. r. o. <info.woop@webino.sk>
- Peter Bacinsky <peter.woop@bacinsky.sk>
This package is auto-updated.
Last update: 2026-06-26 05:53:11 UTC
README
π 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.
- Powered by Tracy
- Demo webino-debug.demo.webino.org
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 7.1
- ZendFramework 2
Setup
Open terminal and go to your application directory
- Run
php composer.phar require webino/webino-debug:dev-develop - Add
WebinoDebugto the enabled modules list as one of first modules
NOTE: Considering a zf2-skeleton or very similar application.
Showcase
π Errors & Exceptions
π Title
Addendum
Please, if you are interested in this Zend Framework module report any issues and don't hesitate to contribute. We will appreciate any contributions on development of this module.
