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
- 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
Ithaca uses
- Dacapo (Simple PHP database wrapper) https://github.com/pontikis/dacapo
- Portable PHP password hashing framework http://openwall.com/phpass/
See docs/doxygen/html
for html documentation.