Reputation: 3757
What are the best practices for using REST with Symfony 2.0. I've found various questions on SO that discuss Symfony 1.4 (and lower), but nothing for 2.0.
Upvotes: 0
Views: 6470
Reputation: 2780
I would look into the FOSREstBundle. It is full of best practices for combining Symfony2 and REST. It also makes the process of developing a REST API in Symfony quite painless.
Upvotes: 6