This suite provides you with very fast, secure and easy to use, authentication components that you can use to protect your website.
Auth Suite implements three methods of user authentication. The first one simply allows or denys access to protected pages by checking a user account on a database. The second way allows you to group your users, that way you can control wich group can access an important part of your site (like the administration application) and wich group can't. And finaly the third method allows to mantain a list of "roles" that a user is able to execute by groups.
| Ratings | Utility |
Consistency |
Documentation |
Examples |
Tests |
Videos |
Overall |
Rank |
| All time: |
Good (80.6%) |
Good (83.3%) |
- |
- |
- |
- |
Not sure (48.6%) |
1398 |
| Month: |
Not yet rated by the users |
No application links were specified for this class.

If you know an application of this package, send a message to the
author to add a link here.
| Link |
Description |
| Complete package |
Use this link to download the whole package with documentation and examples included. |
| File |
Role |
Description |
Auth.php |
Class |
Class file |
authCallback.php |
Conf. |
Generates login forms and shows authentication messages to the user when needed. |
GroupAuth.php |
Class |
Group-based user authentication component. |
RoleAuth.php |
Class |
Role-based user authentication component. |