Skip to content

Commit 7755ea9

Browse files
committed
Update README.md
1 parent 20a8638 commit 7755ea9

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,17 @@
22

33
![Screen dump on how blunder looks like](https://wazabii.se/github-assets/maplephp-blunder.png "MaplePHP Blunder")
44

5-
**Blunder is a designed error handling framework for PHP.** It provides a pretty, user-friendly interface that simplifies
5+
**Blunder is a pretty error handling framework for PHP.** It provides a pretty, user-friendly interface that simplifies
66
debugging with excellent memory management. Blunder offers various handlers, including HTML, JSON, XML, CLI, plain text,
77
and silent modes, allowing flexible error presentation. Seamlessly integrating with tools like the PSR-7 and PSR-3
88
compliant MaplePHP Log library, Blunder is an excellent choice for managing errors in PHP applications, helping users easily
99
identify and resolve issues.
1010

11+
With Blunder, you can easily control how errors are handled—whether you want to suppress specific severities, redirect them to
12+
logging, or assign them to different handlers. For example, you can automatically log all Deprecated warnings while keeping
13+
Warnings visible for debugging. This level of customization ensures a smooth and efficient error-handling experience tailored
14+
to your needs.
15+
1116
## Installation
1217
Installation with composer
1318

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "maplephp/blunder",
33
"type": "library",
4-
"version": "v1.1.2",
4+
"version": "v1.2.0",
55
"description": "Blunder is a well-designed PHP error handling framework.",
66
"keywords": [
77
"php",

0 commit comments

Comments
 (0)