Skip to content

Commit 8518394

Browse files
authored
Update README.md
1 parent 7707b7d commit 8518394

1 file changed

Lines changed: 16 additions & 2 deletions

File tree

README.md

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,15 @@
33
A helper class library for creating JSON or JSONx strings in PHP. It can be used to create well-formatted json strings from any variable type (strings, numbers, boolean arrays and even objects).
44

55
<p align="center">
6-
<img src="https://github.com/WebFiori/json/workflows/Build%20PHP%207,8/badge.svg?branch=master">
6+
<a target="_blank" href="https://github.com/WebFiori/json/actions/workflows/php81.yml">
7+
<img src="https://github.com/WebFiori/json/workflows/Build%20PHP%208.1/badge.svg?branch=master">
8+
</a>
79
<a href="https://codecov.io/gh/WebFiori/json">
810
<img src="https://codecov.io/gh/WebFiori/json/branch/master/graph/badge.svg" />
911
</a>
12+
<a href="https://sonarcloud.io/dashboard?id=WebFiori_json">
13+
<img src="https://sonarcloud.io/api/project_badges/measure?project=WebFiori_json&metric=alert_status" />
14+
</a>
1015
<a href="https://packagist.org/packages/webfiori/jsonx">
1116
<img src="https://img.shields.io/packagist/dt/webfiori/jsonx?color=light-green">
1217
</a>
@@ -24,7 +29,16 @@ Accoording to [json.org](https://www.json.org/json-en.html), JSON is a data exch
2429
* Ability to manupulate JSON properties as needed.
2530

2631
## Supported PHP Versions
27-
The library supports all versions from PHP 5.6 up to PHP 8.1.
32+
| Build Status |
33+
|:-----------:|
34+
|<a target="_blank" href="https://github.com/WebFiori/json/actions/workflows/php70.yml"><img src="https://github.com/WebFiori/json/workflows/Build%20PHP%207.0/badge.svg?branch=master"></a>|
35+
|<a target="_blank" href="https://github.com/WebFiori/json/actions/workflows/php71.yml"><img src="https://github.com/WebFiori/json/workflows/Build%20PHP%207.1/badge.svg?branch=master"></a>|
36+
|<a target="_blank" href="https://github.com/WebFiori/json/actions/workflows/php72.yml"><img src="https://github.com/WebFiori/json/workflows/Build%20PHP%207.2/badge.svg?branch=master"></a>|
37+
|<a target="_blank" href="https://github.com/WebFiori/json/actions/workflows/php73.yml"><img src="https://github.com/WebFiori/json/workflows/Build%20PHP%207.3/badge.svg?branch=master"></a>|
38+
|<a target="_blank" href="https://github.com/WebFiori/json/actions/workflows/php74.yml"><img src="https://github.com/WebFiori/json/workflows/Build%20PHP%207.4/badge.svg?branch=master"></a>|
39+
|<a target="_blank" href="https://github.com/WebFiori/json/actions/workflows/php80.yml"><img src="https://github.com/WebFiori/json/workflows/Build%20PHP%208.0/badge.svg?branch=master"></a>|
40+
|<a target="_blank" href="https://github.com/WebFiori/json/actions/workflows/php81.yml"><img src="https://github.com/WebFiori/json/workflows/Build%20PHP%208.1/badge.svg?branch=master"></a>|
41+
|<a target="_blank" href="https://github.com/WebFiori/json/actions/workflows/php82.yml"><img src="https://github.com/WebFiori/json/workflows/Build%20PHP%208.2/badge.svg?branch=dev"></a><br>(dev)|
2842

2943
## Installation
3044
If you are using composer to manage your dependencies, then it is possible to install the library by including the entry `"webfiori/jsonx":"*"` in the `require` section of your `composer.json` file to install the latest release.

0 commit comments

Comments
 (0)