ocean / laminas-http

Provides an easy interface for performing Hyper-Text Transfer Protocol (HTTP) requests

Home Page:https://docs.laminas.dev/laminas-http/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

laminas-http

Build Status Coverage Status

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 laminas/laminas-http

Documentation

Browse the documentation online at https://docs.laminas.dev/laminas-http/

Support

About

Provides an easy interface for performing Hyper-Text Transfer Protocol (HTTP) requests

https://docs.laminas.dev/laminas-http/

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:PHP 100.0%Language:Hack 0.0%