PHP framework with good user login/admin

Ethan Whitt picture Ethan Whitt · Sep 25, 2010 · Viewed 13.7k times · Source

I am looking for a good PHP framework with a good user login & admin. I have looked at Codeigniter, but the user admins I have found seem dated. I have been looking at at Kohana, but have not been able to find a viable login / admin pannel? I basically need:

  • User login
  • User verification of new user
  • User p/w reset
  • Admin add/edit/del user
  • Admin user grouping

Any suggestions?

Answer

Mitchell McKenna picture Mitchell McKenna · Sep 25, 2010

BackEndPro for CodeIgniter.

Includes:

  • User Authentication with registration & account activation
  • User Permissions by using ACL (Access Control Lists)
  • Admin GUI backend for editing Site-wide Preferences
  • Built on Matchbox (for Modular development)
  • Asset Library (optimize, cache and load JS & CSS)
  • ReCAPTCHA
  • Status messages (info/success/warning/error messages for the user)