Skip to content
This repository was archived by the owner on May 5, 2025. It is now read-only.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

65 Commits

Repository files navigation

PHPAuth

About

PHP 7 compatible library for authenticating users using session cookies.

Features

  • Login
  • Sign up
  • Activate account
  • Change email address
  • Change password
  • Delete account
  • View active sessions
  • Revoke active session
  • View security logs
  • Logout

Requirements

  • >= php v7.0

Installation

composer require liamjack/phpauth:dev-master

Usage

require_once('vendor/autoload.php');
$database = new \PHPAuth\Database\MySQL(
$db_host,
$db_user,
$db_pass,
$db_name
);
$phpauth = new \PHPAuth\PHPAuth($database);

See also

About

A new and improved PHPAuth

Topics

Resources

Stars

13 stars

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages