Skip to content
This repository has been archived by the owner on Jan 30, 2020. It is now read-only.

zendframework/zend-http

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
.ci
 
 
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

zend-http

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/

Support