A passwords management system in php.
Tired of struggling to remember passwords for all your accounts? Look no further!
Introducing my PHP-based password manager app, PassHub! 🚀
Make sure to use PHP version at least 8.0
Categories- categories is useful to organize your passwords.Passwords- store your passwords.Logins Activities- See successful and failed logins activities.Lock Mode- Enter lock mode to secure your account.Alerts- Receive alert via mail.
- Download project.
- Create MySql database names
passhub. - import the
passhub-database.sqlto that created database. - Open
settings/db.phpand enter your DB connection settings. - Open
settings/config.phpand change the$baseUrlto your app path (DON'T add/in the end, Example: www.domain.com/projects/passhub) - Goto passhub database in
phpMyAdminthen opensmtp_settingstable and enter your SMTP settings - Finally open the app in your browser by the
$baseUrlyou provided in thesettings/config.phpfile - Default login details:
email: user@gmail.compassword: userpin-code: 1234
You can test the connection of SMTP and DB by opening these files
- Testing SMTP connection:
testing/mail/test-mail-connection.php - Testing DB connection:
testing/db/test-db-connection.php
Just open the .php file in your browser










