novara/psr7

PSR7 and PSR17 implementation without any variables.

Installs: 2

Dependents: 0

Suggesters: 0

Security: 0

Stars: 3

Watchers: 0

Forks: 0

Open Issues: 1

pkg:composer/novara/psr7

v1.0.1 2025-05-19 13:41 UTC

This package is auto-updated.

Last update: 2025-09-19 14:22:18 UTC


README

PSR7 and PSR17 without variables

License: MIT

Copy on write? That's right! This is a PSR-7 and PSR-17 implementation without the use of variables.

Proper proof that Novara is more than a simple shitpost.

What is this

It's just like guzzle/psr7 but without any variables and way less performant.

Installation

composer require novara/psr7

Usage

Use like any other PSR7 / PSR17 implementation.

Limitations

ConstantStream is read only and cannot use seek, rewind, read, or any... stream functions.

You can use getContents.