Source Code Only
Full ZIP with frontend, backend, database & documentation.
- Complete project source files
- Database script included
- How-to-run guide
Tap to open live demo
Interactive live demo — verify the project before you buy
Complete final-year project source code with frontend, backend, database, and setup guide. Instant download after secure payment.
Choose your plan
Full ZIP with frontend, backend, database & documentation.
We install & configure the project on your laptop within 24 hours.
Review features, setup steps, and credentials before you pay.
Description, tech stack, and what is included
PG / Hostel Finder is a final year project developed using PHP and MySQL for students who want a practical accommodation search and booking marketplace. This final year project includes separate panels for Students, Owners, and Admins. Students can search PG and hostel listings using filters such as city, area, rent, PG type, room type, and availability, save favorites, send enquiries, request bookings, submit reviews, and raise complaints. Owners can register, upload verification documents, add PG listings, manage rooms, facilities, photos, enquiries, bookings, and owner-side complaint responses. Admins can verify owners, approve or reject listings, manage users, block/unblock accounts, approve reviews, resolve complaints, and view platform data. With listing approval, owner verification, booking confirmation, OTP password reset, uploads, and notifications, this project is suitable as a final year major project in PHP, MySQL, and accommodation marketplace systems.
Ready to download?Pay once · Use for submission & viva
Modules and controls available to administrators
What end users can do in this application
Additional capabilities included in the project
password_hash() and password_verify()SITE_URL configuration for subfolder deploymentsStep-by-step setup on your laptop or PC
pdo_mysql; mbstring and openssl are recommended.Create a MySQL database for this final year project:
mysql -u root -p -e "CREATE DATABASE pg_finder CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci;"
Import schema:
mysql -u root -p pg_finder < database/schema.sql
Optional: import demo data:
mysql -u root -p pg_finder < database/seed.sql
config/config.php:
DB_HOSTDB_NAMEDB_USERDB_PASSSITE_URLCreate upload folders:
mkdir -p uploads/profiles uploads/listings uploads/id_proofs uploads/owner_docs uploads/complaints
Run locally:
cd "PG Finder"
php -S localhost:8000
http://localhost:8000SITE_URL to match the exact URL, such as http://localhost:8000.Default demo accounts for testing after setup
Admin
adminpasswordseed.sqlAll seeded users and owners use password: password.
Students
Owners
[email protected] — verified owner with listings[email protected][email protected][email protected] — unverified exampleUsage terms for academic and personal projects
Search terms and categories for this source code