A PHP library that provides a pretty output for PHP error and exception handling.
This version supports PHP 8.0. You can install the package via composer:
composer require --dev adrianmejias/blunder
<?php
require __DIR__ . '/vendor/autoload.php';
use AdrianMejias\Blunder\Blunder;
$blunder = new Blunder();
$blunder->register();
composer test
- Add to packagist repo
- Add unit tests
- Add documentation for open source contributations
- Add GitHub Action for unit tests
- Add more unit test coverages
- Add more documentation to README.md
- Add API listing to README.md
Thank you for considering contributing to Veil! You can read the contribution guide here.
In order to ensure that the community is welcoming to all, please review and abide by the Code of Conduct.
Please see the security file for more information.
The MIT License (MIT). Please see the license file for more information.