2017 © Pedro Peláez
 

library http-app-error-handler-json

Display json formatted errors and exceptions in http applications.

image

weew/http-app-error-handler-json

Display json formatted errors and exceptions in http applications.

  • Saturday, July 23, 2016
  • by weew
  • Repository
  • 1 Watchers
  • 0 Stars
  • 59 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

JSON error handler

Build Status Code Quality Test Coverage Version Licence, (*1)

Table of contents

Installation

composer require weew/http-app-error-handler-json, (*2)

Introduction

This package provides visualisation of errors and exceptions in JSON format for the weew/http-app package., (*3)

Usage

To enable this provider simply register it on the kernel., (*4)

$app->getKernel()->addProviders([
    ErrorHandlerProvider::class,
    JsonErrorHandlerProvider::class,
]);

The Versions

23/07 2016

dev-master

9999999-dev

Display json formatted errors and exceptions in http applications.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Maxim Kott

23/07 2016

v1.0.1

1.0.1.0

Display json formatted errors and exceptions in http applications.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Maxim Kott

23/07 2016

v1.0.0

1.0.0.0

Display json formatted errors and exceptions in http applications.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Maxim Kott