maksimovic / zend-http
Zend Framework 1 Http package
2.0.1
2026-04-10 21:07 UTC
Requires
- php: >=8.1
- ext-ctype: *
- maksimovic/zend-exception: ^2.0.1
- maksimovic/zend-loader: ^2.0
- maksimovic/zend-uri: ^2.0
Requires (Dev)
- phpstan/phpstan: ^2.1
- phpunit/phpunit: ^10.5
Suggests
- ext-curl: Used for Zend_Http_Client_Adapter_Curl
- ext-fileinfo: Used in Zend_Http_Client
Replaces
- zf1/zend-http: ^1.12
- zf1s/zend-http: ^1.12
This package is auto-updated.
Last update: 2026-04-10 22:28:12 UTC
README
A PHP 8.1+ compatible fork of zf1s/zend-http, originally from Zend Framework 1.
HTTP client and response handling. Supports cookies, redirects, file uploads, and multiple transport adapters.
Installation
composer require maksimovic/zend-http
This package replaces zf1/zend-http and zf1s/zend-http.
License
BSD-3-Clause