I\'m using Symfony2 forms to validate POST and PUT requests to an API. The form handles binding the request data to the underlying entity and then validating the entity. Eve
I created a bundle to help with this issue.
You can get it here:
https://github.com/Ex3v/FormErrorsBundle
Contributions are welcome. Cheers.