File tree Expand file tree Collapse file tree 2 files changed +4
-16
lines changed
Expand file tree Collapse file tree 2 files changed +4
-16
lines changed Original file line number Diff line number Diff line change 44[ ![ License] ( https://poser.pugx.org/josantonius/cookie/license )] ( LICENSE )
55[ ![ Total Downloads] ( https://poser.pugx.org/josantonius/cookie/downloads )] ( https://packagist.org/packages/josantonius/cookie )
66[ ![ CI] ( https://github.com/josantonius/php-cookie/actions/workflows/ci.yml/badge.svg?branch=main )] ( https://github.com/josantonius/php-cookie/actions/workflows/ci.yml )
7- [ ![ CodeCov] ( https://codecov.io/gh/josantonius/php-cookie/branch/master /graph/badge.svg )] ( https://codecov.io/gh/josantonius/php-cookie )
7+ [ ![ CodeCov] ( https://codecov.io/gh/josantonius/php-cookie/branch/main /graph/badge.svg )] ( https://codecov.io/gh/josantonius/php-cookie )
88[ ![ PSR1] ( https://img.shields.io/badge/PSR-1-f57046.svg )] ( https://www.php-fig.org/psr/psr-1/ )
99[ ![ PSR4] ( https://img.shields.io/badge/PSR-4-9b59b6.svg )] ( https://www.php-fig.org/psr/psr-4/ )
1010[ ![ PSR12] ( https://img.shields.io/badge/PSR-12-1abc9c.svg )] ( https://www.php-fig.org/psr/psr-12/ )
1313
1414Biblioteca PHP para el manejo de cookies.
1515
16- > La versión 1.x se considera obsoleta y sin soporte.
17- > En esta versión (2.x) la biblioteca fue completamente reestructurada.
18- > Se recomienda revisar la documentación de esta versión y hacer los cambios necesarios
19- > antes de empezar a utilizarla, ya que no es compatible con la versión 1.x.
20-
2116---
2217
2318- [ Requisitos] ( #requisitos )
@@ -432,8 +427,7 @@ Ejecutar pruebas unitarias con [PHPUnit](https://phpunit.de/):
432427composer phpunit
433428```
434429
435- Ejecutar pruebas de estándares de código [ PSR2] ( http://www.php-fig.org/psr/psr-2/ ) con
436- [ PHPCS] ( https://github.com/squizlabs/PHP_CodeSniffer ) :
430+ Ejecutar pruebas de estándares de código con [ PHPCS] ( https://github.com/squizlabs/PHP_CodeSniffer ) :
437431
438432``` console
439433composer phpcs
Original file line number Diff line number Diff line change 44[ ![ License] ( https://poser.pugx.org/josantonius/cookie/license )] ( LICENSE )
55[ ![ Total Downloads] ( https://poser.pugx.org/josantonius/cookie/downloads )] ( https://packagist.org/packages/josantonius/cookie )
66[ ![ CI] ( https://github.com/josantonius/php-cookie/actions/workflows/ci.yml/badge.svg?branch=main )] ( https://github.com/josantonius/php-cookie/actions/workflows/ci.yml )
7- [ ![ CodeCov] ( https://codecov.io/gh/josantonius/php-cookie/branch/master /graph/badge.svg )] ( https://codecov.io/gh/josantonius/php-cookie )
7+ [ ![ CodeCov] ( https://codecov.io/gh/josantonius/php-cookie/branch/main /graph/badge.svg )] ( https://codecov.io/gh/josantonius/php-cookie )
88[ ![ PSR1] ( https://img.shields.io/badge/PSR-1-f57046.svg )] ( https://www.php-fig.org/psr/psr-1/ )
99[ ![ PSR4] ( https://img.shields.io/badge/PSR-4-9b59b6.svg )] ( https://www.php-fig.org/psr/psr-4/ )
1010[ ![ PSR12] ( https://img.shields.io/badge/PSR-12-1abc9c.svg )] ( https://www.php-fig.org/psr/psr-12/ )
1313
1414PHP library for handling cookies.
1515
16- > Version 1.x is considered as deprecated and unsupported.
17- > In this version (2.x) the library was completely restructured.
18- > It is recommended to review the documentation for this version and make the necessary changes
19- > before starting to use it, as it not be compatible with version 1.x.
20-
2116---
2217
2318- [ Requirements] ( #requirements )
@@ -443,8 +438,7 @@ Run unit tests with [PHPUnit](https://phpunit.de/):
443438composer phpunit
444439```
445440
446- Run [ PSR2] ( http://www.php-fig.org/psr/psr-2/ ) code standard tests with
447- [ PHPCS] ( https://github.com/squizlabs/PHP_CodeSniffer ) :
441+ Run code standard tests with [ PHPCS] ( https://github.com/squizlabs/PHP_CodeSniffer ) :
448442
449443``` console
450444composer phpcs
You can’t perform that action at this time.
0 commit comments