-
Hi,
I am trying to write an integration between a framework (https://packagist.org/packages/phespro/phespro) and amphp http server.
Unfortunately amphp/http-server does not follow PSR-7 (https:/…
-
So I am unable to get any of the commands to execute and I am not entirely sure why. I can use the ffprobe isValid check on the file and it sees it. So I know that I have the composer and php-ffmpeg …
-
If indexing via scheduler and records are indexed (e.g. news or fe_users) the following error occurs:
```
Error details for queue item (uid: 2085, type: fe_users):
1607172972: TYPO3\CMS\Frontend\…
-
I know this library is intended to be a "pure" implementation of PSR-7 and its related PSRs. However, that means it also supports PSR-15 and PSR-17. What about PSR-13?
PSR-13 isn't strictly about…
Crell updated
1 month ago
-
- [x] Is this related to quality assurance?
- [x] Is this related to documentation?
Upgrading my setup to released version of #70 caused some confusion. Updating parameter to help resolve it, and su…
-
We should remove our Request/Response interfaces in favor of PSR-7:
https://github.com/php-fig/fig-standards/blob/master/proposed/http-message.md
-
Would be nice to have official PSR-7 Request DataCollector, and PSR-15 middleware for integration.
I am aware of the already existing package (https://github.com/bitExpert/prophiler-psr7-middleware…
-
I want to start a discussion about implementation of middleware interface in qcubed.
As i can understand psr-7 implementations works with nesting requests and response objects between middlewares and…
-
Looks like this library comes with it's own implementation of HTTP messages, almost identical to those defined in PSR-7 standard, but not compatible on interface level. I can see that:
- `UriInterface…
-
I think the `Stripe\ApiResponse` should be psr7-compliant for easier integration in frameworks that handle psr7 responses, like Laravel, Symfony and others.
What do you think?