PHPackages                             bronsted/psr-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. [PSR &amp; Standards](/categories/psr-standards)
4. /
5. bronsted/psr-http

ActiveLibrary[PSR &amp; Standards](/categories/psr-standards)

bronsted/psr-http
=================

Psr-http

v2.0(2y ago)037MITPHPPHP ^8.1

Since Mar 9Pushed 2y ago1 watchersCompare

[ Source](https://github.com/sorenbronsted/psr-http)[ Packagist](https://packagist.org/packages/bronsted/psr-http)[ RSS](/packages/bronsted-psr-http/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (7)Versions (15)Used By (0)

PSR compliant Http server and client
====================================

[](#psr-compliant-http-server-and-client)

This is a http server and client package with [PSR](https://www.php-fig.org/) interfaces, so it can be used with frameworks which uses PSR interface. It is build with [FiberLoop](https://github.com/sorenbronsted/fiberloop)which is coroutines build on php fibers.

Install
-------

[](#install)

You can install this package via [Composer](http://getcomposer.org/):

`composer install bronsted\psr-http`

Usage
-----

[](#usage)

Server usage:

```
