Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where can I find a good open source user account management class/library in PHP?

I am looking for a good framework for user and user group management in PHP. I want a to be able to add/edit/delete profile, save in a db; add/edit/delete groups; assign a user as group leader, nothing more.

I tried http://www.phpclasses.org. There are many options there but I simply don't know which once to go for. I don't have much time to download each one to try out so I am wondering if anyone has come across anything good and useful. Preferably free but I don't mind paying or donating.

Ideas?

like image 806
Desmond Liang Avatar asked Sep 24 '10 20:09

Desmond Liang


2 Answers

Check out http://usercake.com/ as well

like image 178
sami Avatar answered Sep 29 '22 16:09

sami


Have you considered PHP GACL? http://phpgacl.sourceforge.net/

like image 41
randomx Avatar answered Sep 29 '22 18:09

randomx