Proven user registration / login component / library?

1 replies
It's been a while since I wrote my last PHP app. Technology is a fast industry and now when I try to re-factor what I wrote several years ago I just felt it might not be worth my time. First I think I should start focusing on business rather than technical stuff, second, I'm not a good PHP developer at all and it's probably not make much difference with regards to security, user experience, etc.

So is there any established PHP component / library for user registration / login / management that I can immediately use? I can then easily hook it up with the rest of my application? My requirements:

1. Widely adopted, proven security.
2. With social logins integrated, facebook, google, twitter, etc.
3. Actively maintained.
4. Good user experience, at least easy to customize to be, e.g. forms, email templates, etc.
5. Well thought interface that can be easily hooked up with, e.g. session, profile, roles, etc.

Any suggestions?
#component #library #login #proven #registration #user

Trending Topics