PHPackages                             phpstandard/raw-request-factory - 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. phpstandard/raw-request-factory

ActiveLibrary

phpstandard/raw-request-factory
===============================

A library to create a server request that implements PSR-7 ServerRequestInterface from the raw http request string and vice versa according to the RFC2616 Section 5

1.0.1(5y ago)0105↓100%MITPHP

Since Mar 20Pushed 5y ago1 watchersCompare

[ Source](https://github.com/phpstandard/raw-request-factory)[ Packagist](https://packagist.org/packages/phpstandard/raw-request-factory)[ RSS](/packages/phpstandard-raw-request-factory/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (2)Versions (3)Used By (0)

Raw HTTP Request Factory
========================

[](#raw-http-request-factory)

A library to create a server request that implements PSR-7 ServerRequestInterface from the raw http request string and vice versa according to the [RFC2616 Section 5](https://www.w3.org/Protocols/RFC/rfc2616-sec5.html).

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

[](#installation)

```
$ composer require phpstandard/raw-request-factory
```

Basic Usage
-----------

[](#basic-usage)

```
