01 Source Code Only
One-time Payment
- Complete project source code
- Database / data resources
- Dependencies & configuration
- README / setup guide
- Instant download access
Complete final-year project source code with frontend, backend, database and setup documentation. Instant download after secure payment.
Hover to zoom · Click to expand
Simple pricing. Instant access. Secure checkout.
01 Source Code Only
One-time Payment
02 Code + Setup Support
One-time Payment
Grand Horizon Hotel Management System v2 is a final year project developed using Core PHP and MySQL for students who want a complete hotel booking and operations management web application. This final year project includes a public hotel website, Admin Control Panel, Manager Portal, and Customer Portal. Customers can browse rooms, book stays, submit offline payments, request extra services, raise complaints, give feedback, write reviews, and print invoices. Admins can manage rooms, brands, categories, room types, facilities, managers, customers, bookings, check-ins, check-outs, payments, invoices, offers, services, complaints, reviews, gallery, banners, notices, and reports. Managers can handle assigned rooms, bookings, walk-in bookings, check-ins, check-outs, payments, complaints, and reports based on assigned duties. With role-based access, invoice generation, room availability checks, offline payment tracking, and professional dashboards, this project is suitable for a final year major project in PHP, MySQL, and hotel management systems.
All accounts use password: password123
Admin
admin[email protected]Managers
rajesh_mgr / [email protected]priya_mgr / [email protected]Customers
amit_user / [email protected]sneha_user / [email protected]vikram_user / [email protected]anita_user / [email protected]rahul_user / [email protected] (inactive).htaccess protectioninstall.php database installerCopy the final year project folder to:
C:\xampp\htdocs\Hotel Management System v2\
Edit config/config.php if needed:
define('DB_HOST', 'localhost');
define('DB_NAME', 'hotel_management_v2');
define('DB_USER', 'root');
define('DB_PASS', '');
Set application URL:
define('APP_URL', 'http://localhost/Hotel%20Management%20System%20v2');
Open installer:
http://localhost/Hotel%20Management%20System%20v2/install.php
uploads/ is writable.install.php before production deployment.Open:
http://localhost/Hotel%20Management%20System%20v2/
All accounts use password: password123
Admin
admin[email protected]Managers
rajesh_mgr / [email protected]priya_mgr / [email protected]Customers
amit_user / [email protected]sneha_user / [email protected]vikram_user / [email protected]anita_user / [email protected]rahul_user / [email protected] (inactive)