2017 © Pedro Peláez
 

library centerr

Robust and extensible error handling system for PHP

image

nikolaposa/centerr

Robust and extensible error handling system for PHP

  • Sunday, October 8, 2017
  • by nikolaposa
  • Repository
  • 1 Watchers
  • 0 Stars
  • 0 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

CentErr

![Build Status][ico-build] Code Quality Code Coverage Latest Version PDS Skeleton, (*1)

CentErr has been inspired by the Central Error Handler concept that wraps the entire system to handle any uncaught application exception in a standardized and uniform way., (*2)

Once caught, exceptions or errors should be displayed to the user in a way that is appropriate for the mode in which application is used. For this purpose, CentErr offers different Emitter strategies for delivering error information in a format suitable for a port (web, CLI, API) application has been invoked through., (*3)

Before being shown to the user, errors typically require some pre-processing with a specific purpose. Therefore, CentErr features Processors that can be hooked into the error handling procedure, with concrete implementations for logging and suppressing errors., (*4)

Installation

The preferred method of installation is via Composer. Run the following command to install the latest version of a package and add it to your project's composer.json:, (*5)

composer require nikolaposa/centerr

Usage

TBD, (*6)

Credits

License

Released under MIT License - see the License File for details., (*7)

The Versions

08/10 2017

dev-master

9999999-dev

Robust and extensible error handling system for PHP

  Sources   Download

MIT

The Requires

  • php ^7.1

 

The Development Requires

error handler exceptions error handling