2017 © Pedro Peláez
 

library error

Common interface for error handlers

image

nofw/error

Common interface for error handlers

  • Wednesday, April 26, 2017
  • by mark.sagikazar
  • Repository
  • 1 Watchers
  • 0 Stars
  • 486 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 3 Open issues
  • 5 Versions
  • 0 % Grown

The README.md

Error handler

Latest Version Build Status Code Coverage Quality Score Total Downloads, (*1)

Common interface for error handlers., (*2)

Why?

With the introduction of PSR-3 everyone's life became a whole lot easier: libraries could finally implement proper logging without relying on arbitrary implementations., (*3)

Logging however in case of applications is not always that simple. Error monitoring became quite common these days, and the current PSR-3 logger interface cannot always cover the needs of an error handler., (*4)

For example: an error monitor expects backtrace to be sent. With PSR-3 it's only possible, if you send it as part of the log message or send it in a context., (*5)

Futhermore, with PHP 7 we can finally catch errors as well, not just exceptions., (*6)

Install

Via Composer, (*7)

``` bash $ composer require nofw/error, (*8)



## Testing ``` bash $ make test

Security

If you discover any security related issues, please contact us at mark.sagikazar@gmail.com., (*9)

License

The MIT License (MIT). Please see License File for more information., (*10)

The Versions

26/04 2017

dev-master

9999999-dev https://nofw.io

Common interface for error handlers

  Sources   Download

MIT

The Requires

  • php ^7.1

 

The Development Requires

by Márk Sági-Kazár

error handler

23/04 2017

v0.1.1

0.1.1.0 https://nofw.io

Common interface for error handlers

  Sources   Download

MIT

The Requires

  • php ^7.1

 

The Development Requires

by Márk Sági-Kazár

error handler

23/04 2017

v0.1.0

0.1.0.0 https://nofw.io

Common interface for error handlers

  Sources   Download

MIT

The Requires

  • php ^7.1

 

The Development Requires

by Márk Sági-Kazár

error handler

20/04 2017

v0.0.2

0.0.2.0 https://nofw.io

Common interface for error handlers

  Sources   Download

MIT

The Requires

  • php ^7.1

 

by Márk Sági-Kazár

error handler

20/04 2017

v0.0.1

0.0.1.0 https://nofw.io

Common interface for error handlers

  Sources   Download

MIT

The Requires

  • php ^7.1

 

by Márk Sági-Kazár

error handler