PHPackages                             terablaze/psr7-server - 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. terablaze/psr7-server

ActiveLibrary

terablaze/psr7-server
=====================

Helper classes to handle PSR-7 server requests(A fork of nyholm/psr7-server, removing final clause from all classes making them extendable)

0118PHP

Since Jan 22Pushed 3y agoCompare

[ Source](https://github.com/terablaze/psr7-server)[ Packagist](https://packagist.org/packages/terablaze/psr7-server)[ RSS](/packages/terablaze-psr7-server/feed)WikiDiscussions master Synced 6d ago

READMEChangelogDependenciesVersions (1)Used By (0)

Helper class to create PSR-7 server request
===========================================

[](#helper-class-to-create-psr-7-server-request)

A helper class that can create ANY PSR-7 server request.

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

[](#installation)

```
composer require terablaze/psr7-server
```

Usage
-----

[](#usage)

```
// Instanciate ANY PSR-17 factory implementations. Here is terablaze/psr7 as an example
$psr17Factory = new \Terablaze\Psr7\Factory\Psr17Factory();

$creator = new \Terablaze\Psr7Server\ServerRequestCreator(
    $psr17Factory, // ServerRequestFactory
    $psr17Factory, // UriFactory
    $psr17Factory, // UploadedFileFactory
    $psr17Factory  // StreamFactory
);

$serverRequest = $creator->fromGlobals();
```

Other packages
--------------

[](#other-packages)

- [terablaze/psr7](https://github.com/terablaze/psr7) - A super fast PSR-7 implementation.
- [laminas/laminas-httphandlerrunner](https://github.com/laminas/laminas-httphandlerrunner) - To send/emit PSR-7 responses

###  Health Score

17

—

LowBetter than 6% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity23

Early-stage or recently created project

 Bus Factor1

Top contributor holds 55.1% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/65266380?v=4)[teraboxx](/maintainers/teraboxx)[@teraboxx](https://github.com/teraboxx)

---

Top Contributors

[![Nyholm](https://avatars.githubusercontent.com/u/1275206?v=4)](https://github.com/Nyholm "Nyholm (27 commits)")[![tomiwahq](https://avatars.githubusercontent.com/u/19550920?v=4)](https://github.com/tomiwahq "tomiwahq (8 commits)")[![Zegnat](https://avatars.githubusercontent.com/u/490579?v=4)](https://github.com/Zegnat "Zegnat (6 commits)")[![Groruk](https://avatars.githubusercontent.com/u/5796460?v=4)](https://github.com/Groruk "Groruk (1 commits)")[![mindplay-dk](https://avatars.githubusercontent.com/u/103348?v=4)](https://github.com/mindplay-dk "mindplay-dk (1 commits)")[![drupol](https://avatars.githubusercontent.com/u/252042?v=4)](https://github.com/drupol "drupol (1 commits)")[![nickdnk](https://avatars.githubusercontent.com/u/8411314?v=4)](https://github.com/nickdnk "nickdnk (1 commits)")[![takamichi](https://avatars.githubusercontent.com/u/1865622?v=4)](https://github.com/takamichi "takamichi (1 commits)")[![Mohjive](https://avatars.githubusercontent.com/u/4301873?v=4)](https://github.com/Mohjive "Mohjive (1 commits)")[![edudobay](https://avatars.githubusercontent.com/u/4432091?v=4)](https://github.com/edudobay "edudobay (1 commits)")[![frkinta](https://avatars.githubusercontent.com/u/20577647?v=4)](https://github.com/frkinta "frkinta (1 commits)")

### Embed Badge

![Health badge](/badges/terablaze-psr7-server/health.svg)

```
[![Health](https://phpackages.com/badges/terablaze-psr7-server/health.svg)](https://phpackages.com/packages/terablaze-psr7-server)
```

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
