PHPackages                             subscribo/psr-http-message-tools - 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. subscribo/psr-http-message-tools

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

subscribo/psr-http-message-tools
================================

Tools which could be used with PSR-7: Request factory, Uri factory, Response parser

v0.4.4(9y ago)04552MITPHPPHP &gt;=5.4

Since May 7Pushed 9y ago2 watchersCompare

[ Source](https://github.com/Subscribo/psr-http-message-tools)[ Packagist](https://packagist.org/packages/subscribo/psr-http-message-tools)[ Docs](http://www.subscribo.io)[ RSS](/packages/subscribo-psr-http-message-tools/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (7)Dependencies (3)Versions (8)Used By (2)

Package Subscribo PsrHttpMessageTools
=====================================

[](#package-subscribo-psrhttpmessagetools)

[![Build Status](https://camo.githubusercontent.com/3fecb482c5e92ffbd84c7207bcdfdc64bd084e67958c5d823615fdd92c78bc57/68747470733a2f2f7472617669732d63692e6f72672f53756273637269626f2f7073722d687474702d6d6573736167652d746f6f6c732e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/Subscribo/psr-http-message-tools)

**Package Subscribo PsrHttpMessageTools is providing following tools to be used with PSR-7 compliant classes:**

- Request Factory
- Uri Factory
- Response Parser

Important notes:
----------------

[](#important-notes)

- This is a beta version.
- This is an auxiliary package with limited functionality

Installing
----------

[](#installing)

Add dependency on this package to your composer.json:

```
    "require": {
        "subscribo/psr-http-message-tools": "^0.4.3"
    }
```

Requirements
------------

[](#requirements)

- PHP 5.4 or higher
- [zendframework/zend-diactoros](https://packagist.org/packages/zendframework/zend-diactoros)
- [psr/http-message](https://packagist.org/packages/psr/http-message)

(Package dependencies are installed by composer.)

Usage
-----

[](#usage)

### Factory

[](#factory)

```
    $request = \Subscribo\PsrHttpMessageTools\Factories\RequestFactory::make($uri, $data);
```

### Parser

[](#parser)

```
    $data = \Subscribo\PsrHttpMessageTools\Parsers\ResponseParser::extractDataFromResponse($response);
```

Contributing
------------

[](#contributing)

For contribution guidelines see [CONTRIBUTING.md](CONTRIBUTING.md)

License
-------

[](#license)

Package Subscribo PsrHttpMessageTools is published under [MIT License](http://opensource.org/licenses/MIT)

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity53

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

Recently: every ~98 days

Total

7

Last Release

3618d ago

PHP version history (2 changes)v0.3.0PHP &gt;=5.4

v0.4.0PHP &gt;=5.5

### Community

Maintainers

![](https://www.gravatar.com/avatar/192c884dfa291e6d6b1b98a08a8343508aaaf3e7e00716d5b80eae5eb303a999?d=identicon)[subscribo](/maintainers/subscribo)

---

Top Contributors

[![slavo2](https://avatars.githubusercontent.com/u/9358298?v=4)](https://github.com/slavo2 "slavo2 (18 commits)")

---

Tags

responserequestpsr-7urifactoryparser

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/subscribo-psr-http-message-tools/health.svg)

```
[![Health](https://phpackages.com/badges/subscribo-psr-http-message-tools/health.svg)](https://phpackages.com/packages/subscribo-psr-http-message-tools)
```

###  Alternatives

[guzzlehttp/psr7

PSR-7 message implementation that also provides common utility methods

7.9k1.0B3.2k](/packages/guzzlehttp-psr7)[psr/http-factory

PSR-17: Common interfaces for PSR-7 HTTP message factories

1.9k692.9M1.9k](/packages/psr-http-factory)[psr/http-server-handler

Common interface for HTTP server-side request handler

177101.3M921](/packages/psr-http-server-handler)[psr/http-server-middleware

Common interface for HTTP server-side middleware

18291.2M1.5k](/packages/psr-http-server-middleware)[crwlr/url

Swiss Army knife for URLs.

11073.3k3](/packages/crwlr-url)[chillerlan/php-httpinterface

A PSR-7/17/18 http message/client implementation

1417.1k5](/packages/chillerlan-php-httpinterface)

PHPackages © 2026

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