Skip to content

Simple identity and access managment library written in PHP with MySQL example implementation

Notifications You must be signed in to change notification settings

Netz00/PHP_IAM-library

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PHP User Managment

Simple storage-detached identity and access managment library written in vanilla PHP.

Currently only session based authentication is supported, but it can be easily be updated to support token based authentication.

Class diagram

Features

  • user register
  • user login
  • user session managment
  • remember me cookies
  • password reset over email with PHPMailer

Usage

  1. Copy ./class content to your project
  2. Provide implementation of following interfaces:
  3. Load your constants
  4. Instantiate IdentityAccessManager
  5. Use IdentityAccessManager object

Example of implementation with MySQL can be found inside ./example directory, here

Todo

About

Simple identity and access managment library written in PHP with MySQL example implementation

Topics

Resources

Stars

Watchers

Forks

Languages