PHPackages                             gephart/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. gephart/http

ActiveLibrary

gephart/http
============

Gephart HTTP Component

0.5.5(1y ago)02072MITPHPPHP &gt;=7.1

Since Oct 8Pushed 1y ago1 watchersCompare

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

READMEChangelogDependencies (5)Versions (7)Used By (2)

Gephart HTTP
============

[](#gephart-http)

[![Build Status](https://camo.githubusercontent.com/cb07476cfb4593e6b8637dbd74e381ce32d6b3a54ce1f12670db67b40d0900e7/68747470733a2f2f7472617669732d63692e6f72672f676570686172742f687474702e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/gephart/http)

Dependencies
------------

[](#dependencies)

- PHP &gt;= 7.1
- psr/http-message = 1.0.1

Instalation
-----------

[](#instalation)

```
composer require gephart/http dev-master

```

Using
-----

[](#using)

Request:

```
$request = (new Gephart\Http\RequestFactory())->createFromGlobals();
```

Response:

```
