PHPackages                             luongtran/llaminas-diactoros - 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. [HTTP &amp; Networking](/categories/http)
4. /
5. luongtran/llaminas-diactoros

ActiveLibrary[HTTP &amp; Networking](/categories/http)

luongtran/llaminas-diactoros
============================

PSR HTTP Message implementations

1.0.1(1y ago)017BSD-3-ClausePHPPHP &gt;=5.4

Since Aug 9Pushed 1y ago1 watchersCompare

[ Source](https://github.com/luongtran/llaminas-diactoros)[ Packagist](https://packagist.org/packages/luongtran/llaminas-diactoros)[ Docs](https://laminas.dev)[ RSS](/packages/luongtran-llaminas-diactoros/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (2)Dependencies (4)Versions (3)Used By (0)

laminas-diactoros
=================

[](#laminas-diactoros)

Master: [![Build status](https://camo.githubusercontent.com/e65d2cedf9cf7401695e067a89521871a47e3b0117f2ac8bf0fd81640596acf2/68747470733a2f2f7472617669732d63692e6f72672f6c616d696e61732f6c616d696e61732d64696163746f726f732e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/laminas/laminas-diactoros)[![Coverage Status](https://camo.githubusercontent.com/1b32f79e7a4716d7e2ed2c4e3f025e9e70ae89afc4bece342a673c9d2cd1db07/68747470733a2f2f696d672e736869656c64732e696f2f636f766572616c6c732f6c616d696e61732f6c616d696e61732d64696163746f726f732f6d61737465722e737667)](https://coveralls.io/r/laminas/laminas-diactoros?branch=master)Develop: [![Build status](https://camo.githubusercontent.com/2c9d747cfb472c956463e3dc10f3b44629a6c53679296a61e798445aec6e714f/68747470733a2f2f7472617669732d63692e6f72672f6c616d696e61732f6c616d696e61732d64696163746f726f732e7376673f6272616e63683d646576656c6f70)](https://github.com/laminas/laminas-diactoros/tree/develop)[![Coverage Status](https://camo.githubusercontent.com/e4b6485b3b405c3ad3ccc30843a047fc531f33ed1bc6e46a92969be5089f3739/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6c616d696e61732f6c616d696e61732d64696163746f726f732f62616467652e7376673f6272616e63683d646576656c6f70)](https://coveralls.io/r/laminas/laminas-diactoros?branch=develop)

> Diactoros (pronunciation: `/dɪʌktɒrɒs/`): an epithet for Hermes, meaning literally, "the messenger."

This package supercedes and replaces [phly/http](https://github.com/phly/http).

`laminas-diactoros` is a PHP package containing implementations of the [accepted PSR-7 HTTP message interfaces](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-7-http-message.md), as well as a "server" implementation similar to [node's http.Server](http://nodejs.org/api/http.html).

- File issues at
- Issue patches to

Documentation
-------------

[](#documentation)

Documentation is [in the doc tree](doc/), and can be compiled using [bookdown](http://bookdown.io):

```
$ bookdown doc/bookdown.json
$ php -S 0.0.0.0:8080 -t doc/html/ # then browse to http://localhost:8080/
```

> ### Bookdown
>
> [](#bookdown)
>
> You can install bookdown globally using `composer global require bookdown/bookdown`. If you do this, make sure that `$HOME/.composer/vendor/bin` is on your `$PATH`; on \*nix-like systems, you can do this by adding the following line to your `.bashrc` (or preferred shell RC file):
>
> ```
> export PATH="$HOME/.composer/vendor/bin:$PATH"
> ```

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance34

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity36

Early-stage or recently created project

 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 ~8 days

Total

2

Last Release

633d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/fbf5527edb7883829d0e0ef1fe9f5760e344bc87d490297b62ada5c1fdda667d?d=identicon)[luongtran](/maintainers/luongtran)

---

Top Contributors

[![luongtran](https://avatars.githubusercontent.com/u/1092657?v=4)](https://github.com/luongtran "luongtran (3 commits)")

---

Tags

httppsrpsr-7laminas

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/luongtran-llaminas-diactoros/health.svg)

```
[![Health](https://phpackages.com/badges/luongtran-llaminas-diactoros/health.svg)](https://phpackages.com/packages/luongtran-llaminas-diactoros)
```

###  Alternatives

[laminas/laminas-diactoros

PSR HTTP Message implementations

546105.8M965](/packages/laminas-laminas-diactoros)[mezzio/mezzio

PSR-15 Middleware Microframework

3883.6M97](/packages/mezzio-mezzio)[laminas/laminas-psr7bridge

Bidirectional conversions between PSR-7 and laminas-http messages

117.9M18](/packages/laminas-laminas-psr7bridge)[mezzio/mezzio-router

Router subcomponent for Mezzio

265.0M61](/packages/mezzio-mezzio-router)[mezzio/mezzio-helpers

Helper/Utility classes for Mezzio

134.3M67](/packages/mezzio-mezzio-helpers)[mezzio/mezzio-fastroute

FastRoute integration for Mezzio

162.7M52](/packages/mezzio-mezzio-fastroute)

PHPackages © 2026

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