|
3 | 3 | 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). |
4 | 4 |
|
5 | 5 | <p align="center"> |
6 | | - <a target="_blank" href="https://github.com/WebFiori/json/actions/workflows/php83.yml"> |
7 | | - <img src="https://github.com/WebFiori/json/actions/workflows/php83.yml/badge.svg?branch=master"> |
| 6 | + <a target="_blank" href="https://github.com/WebFiori/json/actions/workflows/php84.yml"> |
| 7 | + <img src="https://github.com/WebFiori/json/actions/workflows/php84.yml/badge.svg?branch=master"> |
8 | 8 | </a> |
9 | 9 | <a href="https://codecov.io/gh/WebFiori/json"> |
10 | 10 | <img src="https://codecov.io/gh/WebFiori/json/branch/master/graph/badge.svg" /> |
@@ -47,11 +47,11 @@ According to [json.org](https://www.json.org/json-en.html), JSON is a data excha |
47 | 47 | ## Supported PHP Versions |
48 | 48 | | Build Status | |
49 | 49 | |:-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------:| |
50 | | -| <a target="_blank" href="https://github.com/WebFiori/json/actions/workflows/php80.yml"><img src="https://github.com/WebFiori/json/workflows/php80.yml/badge.svg?branch=master"></a> | |
51 | | -| <a target="_blank" href="https://github.com/WebFiori/json/actions/workflows/php81.yml"><img src="https://github.com/WebFiori/json/workflows/php81.yml/badge.svg?branch=master"></a> | |
52 | | -| <a target="_blank" href="https://github.com/WebFiori/json/actions/workflows/php82.yml"><img src="https://github.com/WebFiori/json/workflows/php82.yml/badge.svg?branch=master"></a> | |
53 | | -| <a target="_blank" href="https://github.com/WebFiori/json/actions/workflows/php83.yml"><img src="https://github.com/WebFiori/json/workflows/php83.yml/badge.svg?branch=master"></a> | |
54 | | -| <a target="_blank" href="https://github.com/WebFiori/json/actions/workflows/php84.yml"><img src="https://github.com/WebFiori/json/workflows/php84.yml/badge.svg?branch=master"></a> | |
| 50 | +| <a target="_blank" href="https://github.com/WebFiori/json/actions/workflows/php80.yml"><img src="https://github.com/WebFiori/json/actions/workflows/php80.yml/badge.svg?branch=master"></a> | |
| 51 | +| <a target="_blank" href="https://github.com/WebFiori/json/actions/workflows/php81.yml"><img src="https://github.com/WebFiori/json/actions/workflows/php81.yml/badge.svg?branch=master"></a> | |
| 52 | +| <a target="_blank" href="https://github.com/WebFiori/json/actions/workflows/php82.yml"><img src="https://github.com/WebFiori/json/actions/workflows/php82.yml/badge.svg?branch=master"></a> | |
| 53 | +| <a target="_blank" href="https://github.com/WebFiori/json/actions/workflows/php83.yml"><img src="https://github.com/WebFiori/json/actions/workflows/php83.yml/badge.svg?branch=master"></a> | |
| 54 | +| <a target="_blank" href="https://github.com/WebFiori/json/actions/workflows/php84.yml"><img src="https://github.com/WebFiori/json/actions/workflows/php84.yml/badge.svg?branch=master"></a> | |
55 | 55 |
|
56 | 56 | ## Installation |
57 | 57 | 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