I want to practise using services in Symfony2.
To practise I want to implement an abstract base UserManager (CRUD).
My question is now where I put these files (UserManager, UserManagerInterface, …)
The FOSUserBundle puts these files into the Model-Dir but in my opinion the userManager belongs to the logical layer.
Regards
I call them
UserService,ArticleService, etc, after the Service Layer pattern and put them under theServicefolder of a bundle.