Sometime you might want to migrate from an existing PHP application to Symfony in order to continue the development of your old spaghetti code application.
For the last three months, I've been working for a customer doing a migration from Wordpress to a ...
This week, while working for a client's task, I had to implement a custom user provider for Symfony which would validate the user from a webservice.
For those who have been using symfony since version 2.0, assetic has been a great help to keep css/js files...