File tree 1 file changed +30
-0
lines changed
1 file changed +30
-0
lines changed Original file line number Diff line number Diff line change
1
+ # Errors and Exceptions Handler Component of WebFiori Framework
2
+
3
+ A library for handling PHP errors and exceptions in a better way.
4
+
5
+ <p align =" center " >
6
+ <a target =" _blank " href =" https://github.com/WebFiori/err/actions/workflows/php81.yml " >
7
+ <img src="https://github.com/WebFiori/err/workflows/Build%20PHP%208.1/badge.svg?branch=main">
8
+ </a >
9
+ <a href =" https://codecov.io/gh/WebFiori/err " >
10
+ <img src="https://codecov.io/gh/WebFiori/err/branch/main/graph/badge.svg" />
11
+ </a >
12
+ <a href =" https://sonarcloud.io/dashboard?id=WebFiori_err " >
13
+ <img src="https://sonarcloud.io/api/project_badges/measure?project=WebFiori_err&metric=alert_status" />
14
+ </a >
15
+ <a href =" https://packagist.org/packages/webfiori/err " >
16
+ <img src="https://img.shields.io/packagist/dt/webfiori/err?color=light-green">
17
+ </a >
18
+ </p >
19
+
20
+ ## Supported PHP Versions
21
+ | Build Status |
22
+ | :-----------:|
23
+ | <a target =" _blank " href =" https://github.com/WebFiori/err/actions/workflows/php70.yml " ><img src =" https://github.com/WebFiori/file/workflows/Build%20PHP%207.0/badge.svg?branch=err " ></a >|
24
+ | <a target =" _blank " href =" https://github.com/WebFiori/err/actions/workflows/php71.yml " ><img src =" https://github.com/WebFiori/file/workflows/Build%20PHP%207.1/badge.svg?branch=err " ></a >|
25
+ | <a target =" _blank " href =" https://github.com/WebFiori/err/actions/workflows/php72.yml " ><img src =" https://github.com/WebFiori/file/workflows/Build%20PHP%207.2/badge.svg?branch=err " ></a >|
26
+ | <a target =" _blank " href =" https://github.com/WebFiori/err/actions/workflows/php73.yml " ><img src =" https://github.com/WebFiori/file/workflows/Build%20PHP%207.3/badge.svg?branch=err " ></a >|
27
+ | <a target =" _blank " href =" https://github.com/WebFiori/err/actions/workflows/php74.yml " ><img src =" https://github.com/WebFiori/file/workflows/Build%20PHP%207.4/badge.svg?branch=err " ></a >|
28
+ | <a target =" _blank " href =" https://github.com/WebFiori/err/actions/workflows/php80.yml " ><img src =" https://github.com/WebFiori/file/workflows/Build%20PHP%208.0/badge.svg?branch=err " ></a >|
29
+ | <a target =" _blank " href =" https://github.com/WebFiori/err/actions/workflows/php81.yml " ><img src =" https://github.com/WebFiori/file/workflows/Build%20PHP%208.1/badge.svg?branch=err " ></a >|
30
+ | <a target =" _blank " href =" https://github.com/WebFiori/err/actions/workflows/php82.yml " ><img src =" https://github.com/WebFiori/file/workflows/Build%20PHP%208.2/badge.svg?branch=err " ></a ><br >(dev)|
You can’t perform that action at this time.
0 commit comments