I can't find a standalone system that I can use for user management (authentication,authorization, register, password reminders...).
The closest it gets is using Symfony and FOSUserBundle but because it's a Symfony Bundle it seem to be dependant on the framework. Is there a way to separate these or at least to load only few components of symfony?
I've used symfony before and I like it; I just don't need the entire framework for the current project.
I couldn't find other solutions.