Skip to content
This repository has been archived by the owner on Feb 11, 2023. It is now read-only.

pontikis/ithaca

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ithaca

Ithaca is a simple PHP Authentication class. It bears the name of the Greek island Ithaca

PHP 5.3.0 or newer is recommended. Tested with PHP 7

Copyright Christos Pontikis http://www.pontikis.net

License MIT

Features

  • Fully customizable (can be integrated in any PHP website)
  • Databases supported: MySQL (or MariaDB), PostgreSQL
  • Create account (sign up)
  • Login (sign in)
  • Logoff (sign out)
  • Validate email
  • Validate username
  • Validate password
  • Password strength
  • Suggest password

External classes

Ithaca uses

Documentation

See docs/doxygen/html for html documentation.