Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 2.97 KB

File metadata and controls

37 lines (25 loc) · 2.97 KB

Overview

dot-errorhandler is Dotkernel's logging error handler, providing two options:

Version History

Branch Release Service Manager Log style implementation PHP Version
4.1 >= 4.2.0 Service Manager 4 PSR-Log PHP from Packagist (specify version)
4.1 < 4.2.0 Service Manager 4 Laminas Log style PHP from Packagist (specify version)
4.0 < 4.1.0 Service Manager 3 Laminas Log style PHP from Packagist (specify version)
3.0 < 4.0.0 Service Manager 3 Laminas Log PHP from Packagist (specify version)

Badges

OSS Lifecycle PHP from Packagist (specify version)

GitHub issues GitHub forks GitHub stars GitHub license

Build Static codecov PHPStan

Features

This package provides two features:

  • Dot\ErrorHandler\ErrorHandler, same as the Mezzio error handling class with the only difference being the removal of the final statement for making extension possible
  • Dot\ErrorHandler\LogErrorHandler adds logging support to the default ErrorHandler class

Versions >=4.0.0 and <4.1.0 use laminas/laminas-servicemanager 3.x

Versions >=4.1.0 use laminas/laminas-servicemanager 4.x