angus / laminas-http
Provides an easy interface for performing Hyper-Text Transfer Protocol (HTTP) requests
2.21.0
2024-12-04 09:17 UTC
Requires
- php: ~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0
- laminas/laminas-loader: ^2.10
- laminas/laminas-stdlib: ^3.6
- laminas/laminas-uri: ^2.11
- laminas/laminas-validator: ^2.15 || ^3.0
Requires (Dev)
- ext-curl: *
- laminas/laminas-coding-standard: ~2.4.0
- phpunit/phpunit: ^9.6.21
Suggests
- paragonie/certainty: For automated management of cacert.pem
Conflicts
This package is not auto-updated.
Last update: 2026-06-25 07:37:41 UTC
README
laminas-http provides the HTTP message abstraction used by laminas-mvc, and also provides an extensible, adapter-driven HTTP client library.
This library does not support PSR-7, as it predates that specification. For PSR-7 support, please see our Diactoros component.
Installation
Run the following to install this library:
$ composer require angus/laminas-http
Documentation
Browse the documentation online at https://docs.laminas.dev/laminas-http/