Symfony — Manage JSON API requests saving a lot of time

Automatic request content deserialization and validation

Ideneal

--

Photo by Laura Ockel on Unsplash

Do you ever felt like a monkey by repeating your code over and over again?

This was my situation using Symfony 5 without the support of FOSRestBundle. Decoding JSON request content and validate each field for each action of my controllers…was so…

--

--