SimpleAuth Login

As said in the introduction of the Auth package, an authentication system comes with three different drivers, each dealing with a part of the system.

The SimpleAuth login driver provides the logic for creating, updating, deleting and validating user accounts stored in a local database table, for getting information about those accounts, for generating or resetting passwords, and for login and logout operations (creating a user session).

Class methods

beep($num = 1)

The beep method fires a system beep on the computer running the command.

Static Yes
Parameters
Param Default Description
$num 1 Number of beeps.
Returns void
Example
Cli::beep(25);