PHPackages                             kemist/http - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [HTTP &amp; Networking](/categories/http)
4. /
5. kemist/http

ActiveLibrary[HTTP &amp; Networking](/categories/http)

kemist/http
===========

PSR-7 Compliant HTTP library

v1.0.1(11y ago)324MITPHPPHP &gt;=5.3.0

Since Mar 17Pushed 11y agoCompare

[ Source](https://github.com/kemist80/http)[ Packagist](https://packagist.org/packages/kemist/http)[ RSS](/packages/kemist-http/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (2)Dependencies (2)Versions (3)Used By (0)

Http
====

[](#http)

[![Build Status](https://camo.githubusercontent.com/7d6b826c5294fd13a43fd943c4abe1c0e44f463a7beeaa471a63f5209e58288f/68747470733a2f2f7472617669732d63692e6f72672f6b656d69737438302f687474702e737667)](https://travis-ci.org/kemist80/http)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/29664907b3476be71820016c2e76d137ec5488769532a179b3026829f937be17/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f6b656d69737438302f687474702f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/kemist80/http/?branch=master)[![Coverage Status](https://camo.githubusercontent.com/bbaaac4dadb199d7d06cf5356486a7319e5737c5fbb354fbb0f0dbb9d26fe5c8/68747470733a2f2f696d672e736869656c64732e696f2f636f766572616c6c732f6b656d69737438302f687474702e737667)](https://coveralls.io/r/kemist80/http?branch=master)[![Latest Stable Version](https://camo.githubusercontent.com/d21bcd0c0c601681afaced05522720849c8dcdf5614c3209c6aa1598b05ea4b6/68747470733a2f2f706f7365722e707567782e6f72672f6b656d6973742f687474702f762f737461626c652e737667)](https://packagist.org/packages/kemist/http)[![License](https://camo.githubusercontent.com/4fae03fd4f946ba21dc266edb69c33166ad4a55877869961dc4766840686a906/68747470733a2f2f706f7365722e707567782e6f72672f6b656d6973742f687474702f6c6963656e73652e737667)](https://packagist.org/packages/kemist/http)

HTTP library compliant with proposed [PSR-7](https://github.com/php-fig/fig-standards/blob/master/proposed/http-message-meta.md) message implementation, basically inspired by [phly/http](https://github.com/phly/http)

Installation
------------

[](#installation)

Via composer:

```
{
    "require": {
        "kemist/http": "1.0.*"
    }
}
```

HTTP Client
-----------

[](#http-client)

This package contains a cURL- and a socket-based HTTP client class. Basic GET example:

```
