Roast topics
Find topics
Roast it!
Roast topics
Find topics
Find it!
Login
From:
Blog – Jiří Pudil
(Uncensored)
subscribe
Body parser middleware that has your back
https://jiripudil.cz/blog/body-parser-middleware-that-has-your-back
links
backlinks
If you've ever implemented an HTTP API in PHP, you probably know that there's one thing you have to do over and over and over: parse the request body and validate the resulting structure. Now that we have PSR-15, let's use a middleware for that!