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.sql
to that created database. - Open
settings/db.php
and enter your DB connection settings. - Open
settings/config.php
and change the$baseUrl
to your app path (DON'T add/
in the end, Example: www.domain.com/projects/passhub) - Goto passhub database in
phpMyAdmin
then opensmtp_settings
table and enter your SMTP settings - Finally open the app in your browser by the
$baseUrl
you provided in thesettings/config.php
file - 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