Slim-Psr7 icon indicating copy to clipboard operation
Slim-Psr7 copied to clipboard

PSR-7 implementation for use with Slim 4

Results 19 Slim-Psr7 issues
Sort by recently updated
recently updated
newest added

PSR-7 v2 support was added in #289, but there is no version released. Please cut a new release with the recent changes included. Thank you.

Hello, after updating The psr/http-message to the latest version I have the following error: Declaration of Slim\Psr7\Uri::withScheme($scheme) must be compatible with Psr\Http\Message\UriInterface::withScheme(string $scheme): Psr\Http\Message\UriInterface. Will there be an update to...

Fix for PHPStan in GHA.

To resolve https://github.com/slimphp/Slim-Psr7/issues/288

On that line: https://github.com/slimphp/Slim-Psr7/blob/master/src/Uri.php#L301 I got error, because value passed is string "443". Can we cast string to int and after that check if it is good for us value?...

URIs are universal. I assumed that the implementation of `Uri` object would be too. **TLDR;** The following snippet produces `InvalidArgumentException: Uri scheme must be one of: "", "http", "https"` exception...

enhancement
help wanted

Hello there, I'm using Slim 4.5.0. I'm PUTting a binary file to one of my routes but the `Slim\Psr7\Stream` instance I get from the `Slim\Http\ServerRequest` object won't tell me the...

Currently we do not parse any incoming data in the `Request` object. All that functionality has been moved to the `Slim-Http` decorators repository. We should by default at least support...

enhancement

Updates the requirements on [php-http/psr7-integration-tests](https://github.com/php-http/psr7-integration-tests) to permit the latest version. Release notes Sourced from php-http/psr7-integration-tests's releases. 1.4.0 Added Support for PHPUnit 10. Removed Support for PHP 7.2 and PHPUnit 9....

dependencies