Línea 1... |
Línea 1... |
1 |

|
1 |

|
Línea 2... |
Línea 2... |
2 |
|
2 |
|
Línea 3... |
Línea 3... |
3 |
# Guzzle, PHP HTTP client
|
3 |
# Guzzle, PHP HTTP client
|
4 |
|
4 |
|
5 |
[](https://github.com/guzzle/guzzle/releases)
|
5 |
[](https://github.com/guzzle/guzzle/releases)
|
Línea 6... |
Línea 6... |
6 |
[](https://github.com/guzzle/guzzle/actions?query=workflow%3ACI)
|
6 |
[](https://github.com/guzzle/guzzle/actions?query=workflow%3ACI)
|
7 |
[](https://packagist.org/packages/guzzlehttp/guzzle)
|
7 |
[](https://packagist.org/packages/guzzlehttp/guzzle)
|
Línea 58... |
Línea 58... |
58 |
```
|
58 |
```
|
Línea 59... |
Línea 59... |
59 |
|
59 |
|
Línea 60... |
Línea 60... |
60 |
|
60 |
|
61 |
## Version Guidance
|
61 |
## Version Guidance
|
62 |
|
62 |
|
63 |
| Version | Status | Packagist | Namespace | Repo | Docs | PSR-7 | PHP Version |
|
63 |
| Version | Status | Packagist | Namespace | Repo | Docs | PSR-7 | PHP Version |
|
64 |
|---------|----------------|---------------------|--------------|---------------------|---------------------|-------|--------------|
|
64 |
|---------|---------------------|---------------------|--------------|---------------------|---------------------|-------|--------------|
|
65 |
| 3.x | EOL | `guzzle/guzzle` | `Guzzle` | [v3][guzzle-3-repo] | [v3][guzzle-3-docs] | No | >=5.3.3,<7.0 |
|
65 |
| 3.x | EOL (2016-10-31) | `guzzle/guzzle` | `Guzzle` | [v3][guzzle-3-repo] | [v3][guzzle-3-docs] | No | >=5.3.3,<7.0 |
|
66 |
| 4.x | EOL | `guzzlehttp/guzzle` | `GuzzleHttp` | [v4][guzzle-4-repo] | N/A | No | >=5.4,<7.0 |
|
66 |
| 4.x | EOL (2016-10-31) | `guzzlehttp/guzzle` | `GuzzleHttp` | [v4][guzzle-4-repo] | N/A | No | >=5.4,<7.0 |
|
Línea 67... |
Línea 67... |
67 |
| 5.x | EOL | `guzzlehttp/guzzle` | `GuzzleHttp` | [v5][guzzle-5-repo] | [v5][guzzle-5-docs] | No | >=5.4,<7.4 |
|
67 |
| 5.x | EOL (2019-10-31) | `guzzlehttp/guzzle` | `GuzzleHttp` | [v5][guzzle-5-repo] | [v5][guzzle-5-docs] | No | >=5.4,<7.4 |
|
68 |
| 6.x | Security fixes | `guzzlehttp/guzzle` | `GuzzleHttp` | [v6][guzzle-6-repo] | [v6][guzzle-6-docs] | Yes | >=5.5,<8.0 |
|
68 |
| 6.x | EOL (2023-10-31) | `guzzlehttp/guzzle` | `GuzzleHttp` | [v6][guzzle-6-repo] | [v6][guzzle-6-docs] | Yes | >=5.5,<8.0 |
|
69 |
| 7.x | Latest | `guzzlehttp/guzzle` | `GuzzleHttp` | [v7][guzzle-7-repo] | [v7][guzzle-7-docs] | Yes | >=7.2.5,<8.2 |
|
69 |
| 7.x | Latest | `guzzlehttp/guzzle` | `GuzzleHttp` | [v7][guzzle-7-repo] | [v7][guzzle-7-docs] | Yes | >=7.2.5,<8.5 |
|
70 |
|
70 |
|