zendframework/zend-http
This package is abandoned and no longer maintained.
The author suggests using the laminas/laminas-http package instead.
Provides an easy interface for performing Hyper-Text Transfer Protocol (HTTP) requests
2.11.2
2019-12-30 20:47 UTC
Requires
- php: ^5.6 || ^7.0
- zendframework/zend-loader: ^2.5.1
- zendframework/zend-stdlib: ^3.2.1
- zendframework/zend-uri: ^2.5.2
- zendframework/zend-validator: ^2.10.1
Requires (Dev)
- phpunit/phpunit: ^5.7.27 || ^6.5.8 || ^7.1.3
- zendframework/zend-coding-standard: ~1.0.0
- zendframework/zend-config: ^3.1 || ^2.6
Suggests
- paragonie/certainty: For automated management of cacert.pem
Provides
None
Conflicts
None
Replaces
None
BSD-3-Clause e15e0ce45a2a4f642cd0b7b4f4d4d0366b729a1a
This package is auto-updated.
Last update: 2020-01-30 15:34:47 UTC
README
Repository abandoned 2019-12-31
This repository has moved to laminas/laminas-http.
👁 Build Status
👁 Coverage Status
zend-http provides the HTTP message abstraction used by zend-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 zendframework/zend-http
Documentation
Browse the documentation online at https://docs.zendframework.com/zend-http/
