This is related to my other question: Persisting entities using a REST API.
For a project in Symfony2 I need to be able to persist entities using an remote (third-pa
I'm not sure, but you can try to use lifecycle callback events for entities to perform persisting logic via REST.