bittyphp / error-handler
Error handler middleware.
dev-master
2021-05-03 12:52 UTC
Requires
- php: >=7.1.0
- bittyphp/http: ^2.0
- bittyphp/middleware: ^2.0
- psr/http-message: ^1.0
Requires (Dev)
- bizurkur/coding-standard: ^1.0
- codacy/coverage: ^1.4
- infection/infection: ^0.12.0 || ^0.13.0
- jakub-onderka/php-parallel-lint: ^1.0
- localheinz/composer-normalize: ^1.1
- phing/phing: ^2.16
- phpstan/phpstan: ^0.10.7
- phpstan/phpstan-deprecation-rules: ^0.10.2
- phpstan/phpstan-phpunit: ^0.10.0
- phpstan/phpstan-strict-rules: ^0.10.1
- phpunit/phpunit: ^7.0
- squizlabs/php_codesniffer: ^3.0
This package is auto-updated.
Last update: 2023-05-29 01:32:33 UTC
README
Bitty comes with a middleware implementation for error handling.
Work In Progress
This is a work in progress. Basically everything still needs to be done.
Installation
It's best to install using Composer.
$ composer require bittyphp/error-handler
TODO:
Finish writing this.