Vehicle Breakdown Assistance Management System Using PHP
“Vehicle Breakdown Assistance Management System using PHP” is a web-based technology that brings up various roadside assistance companies online. This application can be incredibly handy when your vehicle breaks down and it’s not possible to repair it on the spot. The service provider will usually assist you to tow it to your preferred location In this application user does not need to register himself/themselves they only fill out one form and roadside assistance will be available.
Project Name | Vehicle Breakdown Assistance Management System |
---|---|
Language Used | PHP5.6 or Above Version |
Database | MySQL |
User Interface Design | HTML, AJAX,JQUERY,JAVASCRIPT |
Web Browser | Mozilla, Google Chrome, IE8, OPERA |
Software | XAMPP / Wamp / Mamp/ Lamp (anyone) |
In “Vehicle Breakdown Assistance Management System” we use PHP and MySQL database. It has three modules i.e.
- Admin
- Driver
- User
Admin
Dashboard: In this sections, the admin can briefly view the total driver, total new request, total approved request, total rejected request by admin, total driver on the way request, total completed request.
Driver: In this section, admin can manage the driver(Add/Update).
Pages: In this section, admin can update about us and contact us pages.
Requests: In this section, admin can view the booking request and the admin also has the right to change booking status according to current status and give his/her remarks.
Driver Response: In this section, admin received the information of the vehicle which is assisted by the driver.
Search: In this section, admin can search a particular booking detail by booking number, name, and mobile number.
Report: In this section, admin can view between dates appointment reports and driver-wise reports according to dates.
Admin can also update his profile, change the password and recover the password.
Driver
Dashboard: In this sections, the driver can briefly view the total new assign requests, total completed requests, and total in-progress requests.
Assign Booking: In this section, the driver can view the booking request which is assigned by the admin and the driver has the right to change the request status according to the current status.
Search: In this section, driver can search a particular booking request detail by booking number, name, and mobile number.
Reports: In this section, the employee can view how many booking requests have been assign, how many booking requests have been completed and how many booking requests have been pending on his/her end.
The driver can also update his profile, change the password and recover the password.
Users
In this application, the user does not need to register himself/herself they only fill a single form for vehicle assistance.
Some of the Project Screens
Request Form

Admin Dashboard

Add Driver

List of Request Form

How to run the Vehicle Breakdown Assistance Project Using PHP and MySQL
How to run the Vehicle Breakdown Assistance Management System Using PHP and MySQL
- Download the zip file
- Extract the file and copy
vehicleassitancems
folder - Paste inside root directory(for xampp xampp/htdocs, for wamp wamp/www, for lamp var/www/html)
- Open PHPMyAdmin (http://localhost/phpmyadmin)
- Create a database with name
vehassitancemsdb
- Import
vehassitancemsdb.sql
file(given inside the zip package in SQL file folder) - Run the script
http://localhost/vehicleassitancems
(frontend)
Credential for admin panel :
Username: admin
Password: Test@123
Credential for Driver panel :
Username: test123
Password: Test@123
For users, you can raise a request.
View Demo
Project Download Link