PHPackages                             quillstack/server-request - 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. quillstack/server-request

ActiveLibrary

quillstack/server-request
=========================

The request object based on PSR-7: HTTP messages, and with the main goal: to be simple and fast.

v0.0.4(4y ago)1272MITPHPPHP ^8.0

Since Jan 7Pushed 4y ago1 watchersCompare

[ Source](https://github.com/quillstack/server-request)[ Packagist](https://packagist.org/packages/quillstack/server-request)[ Docs](https://quillstack.org/request)[ RSS](/packages/quillstack-server-request/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (4)Dependencies (10)Versions (5)Used By (2)

Quillstack Server Request
=========================

[](#quillstack-server-request)

[![Build Status](https://camo.githubusercontent.com/20b29454b80e377767fb53cdda9d2ba159bd7df44199065df3f740278f8fb19e/68747470733a2f2f6170702e7472617669732d63692e636f6d2f7175696c6c737461636b2f7365727665722d726571756573742e7376673f6272616e63683d6d61696e)](https://app.travis-ci.com/quillstack/server-request)[![Quality Gate Status](https://camo.githubusercontent.com/1465487f29dce77d7fa3186c57899b5a7c6fe327f59b08cab1d1dc78ec302050/68747470733a2f2f736f6e6172636c6f75642e696f2f6170692f70726f6a6563745f6261646765732f6d6561737572653f70726f6a6563743d7175696c6c737461636b5f72657175657374266d65747269633d616c6572745f737461747573)](https://sonarcloud.io/summary/new_code?id=quillstack_request)[![StyleCI](https://camo.githubusercontent.com/4071da176744bd83ae3c01132032cce783e24deabe8d4418854f78700eb019e2/68747470733a2f2f6769746875622e7374796c6563692e696f2f7265706f732f3239313436343432302f736869656c643f6272616e63683d6d61696e)](https://github.styleci.io/repos/291464420?branch=main)[![CodeFactor](https://camo.githubusercontent.com/e6e5d28b49012e8c3c14a0d29a9891d6b1816647d18b59d0ba2fd2c92691299f/68747470733a2f2f7777772e636f6465666163746f722e696f2f7265706f7369746f72792f6769746875622f7175696c6c737461636b2f7365727665722d726571756573742f6261646765)](https://www.codefactor.io/repository/github/quillstack/server-request)[![Maintainability Rating](https://camo.githubusercontent.com/7e541f448ddfc25a574eea8fc5201832227edc12618c1fd12078e58df28e412a/68747470733a2f2f736f6e6172636c6f75642e696f2f6170692f70726f6a6563745f6261646765732f6d6561737572653f70726f6a6563743d7175696c6c737461636b5f72657175657374266d65747269633d7371616c655f726174696e67)](https://sonarcloud.io/summary/new_code?id=quillstack_request)[![Lines of Code](https://camo.githubusercontent.com/4d6eded411db88dd03fcd1bcc4a8b86f889d0d300a134d4e898b2b00dd751096/68747470733a2f2f736f6e6172636c6f75642e696f2f6170692f70726f6a6563745f6261646765732f6d6561737572653f70726f6a6563743d7175696c6c737461636b5f72657175657374266d65747269633d6e636c6f63)](https://sonarcloud.io/summary/new_code?id=quillstack_request)[![Coverage](https://camo.githubusercontent.com/4c610408b82cb9e0e45086a93aa9ce443fd89c55ad9a71484d3f2432d8a46490/68747470733a2f2f736f6e6172636c6f75642e696f2f6170692f70726f6a6563745f6261646765732f6d6561737572653f70726f6a6563743d7175696c6c737461636b5f72657175657374266d65747269633d636f766572616765)](https://sonarcloud.io/summary/new_code?id=quillstack_request)

Quillstack Server Request is the server request library which implements *PSR-7: HTTP message interfaces* and is based on *PSR-17: HTTP Factories*. You can find the full documentation on the website:

### Unit tests

[](#unit-tests)

Run tests using a command:

```
phpdbg -qrr ./vendor/bin/unit-tests

```

Docker
------

[](#docker)

```
$ docker-compose up -d
$ docker exec -w /var/www/html -it quillstack_server-request sh
```

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity47

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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.

###  Release Activity

Cadence

Every ~2 days

Total

4

Last Release

1582d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/2fa2ce7331aba0b089a6397b0f2304a912963d7bd6b2fdda457864abdfd810ec?d=identicon)[radek-ziemniewicz](/maintainers/radek-ziemniewicz)

---

Top Contributors

[![radek-ziemniewicz](https://avatars.githubusercontent.com/u/44390595?v=4)](https://github.com/radek-ziemniewicz "radek-ziemniewicz (21 commits)")

---

Tags

httphttp-requestpsr-17psr-7requestserver-request

### Embed Badge

![Health badge](/badges/quillstack-server-request/health.svg)

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

###  Alternatives

[cakephp/cakephp

The CakePHP framework

8.8k18.5M1.6k](/packages/cakephp-cakephp)[swisnl/json-api-client

A PHP package for mapping remote JSON:API resources to Eloquent like models and collections.

211473.2k12](/packages/swisnl-json-api-client)[laudis/neo4j-php-client

Neo4j-PHP-Client is the most advanced PHP Client for Neo4j

184616.9k31](/packages/laudis-neo4j-php-client)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

595.2M386](/packages/shopware-core)[neos/flow

Flow Application Framework

862.0M451](/packages/neos-flow)[phpro/http-tools

HTTP tools for developing more consistent HTTP implementations.

28137.8k](/packages/phpro-http-tools)

PHPackages © 2026

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