novara/psr7

PSR7 and PSR17 implementation without any variables.

v1.0.0 2025-01-11 19:23 UTC

This package is auto-updated.

Last update: 2025-03-11 19:51:49 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.