I am looking for a reliable php user management system. It should be only logic, so there is no markup or too much content (for example, messages, etc.). I know that I can simply create it myself, but I doubt that it will be the most effective system of interdependence.
The system must be at least
- can check if the user is human
- very safe (protection against hacking, as well as protecting users from their stupidity)
- effecient (the number of users will start from 1k and then will grow exponentially to about 100k)
- able to handle roles and opportunities.
Do you guys have any recommendations?
source
share