-
Will implement PSR15 ?
-
Add a server generator which should generate
* An interface / abstract class extendable for each endpoint
* A bridge for each endpoint implementing PSR15 handler interface https://www.php-fig.or…
-
@hannesvdvreken This PR has been open since Jul 13th, passes all tests, and makes this package usable with PHP 7+ and all other PSR15 tools. Would you mind merging it? I'd rather use your package wit…
-
**Feature description / Feature Beschreibung **
Die request/response klassen soweit anpassen dass man eine psr7 bridge bauen kann
- nicht mehr static
- File uploads
- keine SUPERGLOBALS ausserha…
-
Нужно добавить логирование статуса ответа
https://github.com/rollun-com/rollun-logger/blob/96255cb47ec8f3cd4cbfde630f74982f126aa275/src/Logger/src/Middleware/RequestLoggedMiddleware.php#L48
Так же …
-
Our tests take too long. Nearly every end point is being tested with selenium, but in many cases now that we have a PSR15 based router this can be done by crafting a request object, calling handle(), …
-
I'm having an issue trying to execute [OpenApi Validation Middleware](https://github.com/hkarlstrom/openapi-validation-middleware) because it requires to intercept request and reponse and it can stop …
-
reading https://medium.com/@timoschinkel/implementing-psr-18-and-extending-it-with-middleware-b33eeceb2753 it occured to me that our PluginClient essentially mimiks PSR-15. should we migrate our plugi…
-
We should introduce stricter rules to maintain this repository and avoid "I think/I like" kind of decisions.
Maybe not all the standards we will have to be compliant https://www.php-fig.org/psr/.
…
-
Now that SS4 has a robust middleware system, create 1 or more middlwareadapters that let you plug in PSR-7 based middleware.
Since there isn't yet a single convention for these middlewares, we migh…