66[ ![ CI] ( https://github.com/josantonius/php-json/actions/workflows/ci.yml/badge.svg?branch=main )] ( https://github.com/josantonius/php-json/actions/workflows/ci.yml )
77[ ![ PSR2] ( https://img.shields.io/badge/PSR-2-1abc9c.svg )] ( http://www.php-fig.org/psr/psr-2/ )
88[ ![ PSR4] ( https://img.shields.io/badge/PSR-4-9b59b6.svg )] ( http://www.php-fig.org/psr/psr-4/ )
9- [ ![ CodeCov] ( https://codecov.io/gh/josantonius/php-json/branch/master /graph/badge.svg )] ( https://codecov.io/gh/josantonius/php-json )
9+ [ ![ CodeCov] ( https://codecov.io/gh/josantonius/php-json/branch/main /graph/badge.svg )] ( https://codecov.io/gh/josantonius/php-json )
1010
1111** Traducciones** : [ English] ( /README.md )
1212
@@ -31,8 +31,10 @@ Biblioteca PHP para la gestión de archivos JSON.
3131
3232## Requisitos
3333
34- Esta biblioteca es compatible con las versiones de PHP:
35- ** 5.6** | ** 7.0** | ** 7.1** | ** 7.2** | ** 7.3** | ** 7.4** .
34+ Esta biblioteca es compatible desde la versión ** 8.0** de PHP hasta la versión ** 8.1** de PHP.
35+
36+ Para versiones anteriores de PHP (desde la ** 5.6** hasta la ** 7.4** ) puedes utilizar la
37+ [ versión 1.1.9] ( https://github.com/josantonius/php-json/tree/1.1.9 ) de esta biblioteca.
3638
3739## Instalación
3840
@@ -59,20 +61,20 @@ git clone https://github.com/josantonius/php-json.git
5961
6062O ** instalarlo manualmente** :
6163
62- Descargar [ Json.php] ( https://raw.githubusercontent.com/josantonius/php-json/master /src/Json.php ) ,
63- [ JsonLastError.php] ( https://raw.githubusercontent.com/josantonius/php-json/master /src/JsonLastError.php ) y
64- [ JsonException.php] ( https://raw.githubusercontent.com/josantonius/php-json/master /src/Exception/JsonException.php ) :
64+ Descargar [ Json.php] ( https://raw.githubusercontent.com/josantonius/php-json/main /src/Json.php ) ,
65+ [ JsonLastError.php] ( https://raw.githubusercontent.com/josantonius/php-json/main /src/JsonLastError.php ) y
66+ [ JsonException.php] ( https://raw.githubusercontent.com/josantonius/php-json/main /src/Exception/JsonException.php ) :
6567
6668``` console
67- wget https://raw.githubusercontent.com/josantonius/php-json/master /src/Json.php
69+ wget https://raw.githubusercontent.com/josantonius/php-json/main /src/Json.php
6870```
6971
7072``` console
71- wget https://raw.githubusercontent.com/josantonius/php-json/master /src/JsonLastError.php
73+ wget https://raw.githubusercontent.com/josantonius/php-json/main /src/JsonLastError.php
7274```
7375
7476``` console
75- wget https://raw.githubusercontent.com/josantonius/php-json/master /src/Exception/JsonException.php
77+ wget https://raw.githubusercontent.com/josantonius/php-json/main /src/Exception/JsonException.php
7678```
7779
7880## Métodos disponibles
0 commit comments