Insurance Management System PHP and MySQL

Language: PHP

This PHP and MySQL Project is entitled Insurance Management System. This is a web application that is specifically built for Insurance Companies. Insurance Management System Project In PHP is a project that insurance companies use to run their businesses much more efficiently. It consists of multiple features and functionalities that are relatively aligned with some instructions and processes of said company. The application has a pleasant user interface and user-friendly features and functionalities.

Modules

This Insurance Management System consists of the following modules:

  1. Admin Module
  2. Staff Module
  3. User Module

Features and Functionalities

Admin Module:

  1. Dashboard: In this section, the admin can see all the details in brief.
  2. Insurance Category: In this section, the admin can manage categories(add and update).
  3. Insurance Subcategory: In this section, the admin can manage the subcategory(add and update).
  4. Insurance Policy: In this section, the admin can manage the insurance policy(add and update policy).
  5. User Detail: In this section, the admin can manage all user details.
  6. Policy Holders: In this section, the admin can manage all insured policies. Admin can view the policy on the basis of status(pending policy, approved policy, and disapproved policy). Admin also can approve the pending policy.
  7. Tickets: In this section, the admin can view details of issues raised by the user and can also update remarks on particular tickets or assign them to staff.

Staff Module:

  1. Dashboard: In this section, staff can see all the details based on him/her in brief.
  2. Policy Holders: In this section, staff can view insurance policy status.
  3. Tickets: In this section, staff can view details of tickets assigned to him/her.

User Module:

  1. Insurance: In this section, the user can apply for a policy and check whether his policy is approved or rejected.
  2. Ticket: In this section, the user can raise tickets against any to complain and see the status of his/her ticket User can also update his/ her profile, change the password, and recover the password.

How to Run?

Requirements

  • Download and Install any local web server such as XAMPP.
  • Download the provided source code zip file. (download button is located below)

System Installation/Setup

  1. Enable the GD Library in your php.ini file.
  2. Open your XAMPP Control Panel and start Apache and MySQL.
  3. Extract the downloaded source code zip file.
  4. Copy the extracted source code folder and paste it into the XAMPP’s “htdocs” directory.
  5. Browse the PHPMyAdmin in a browser. i.e. http://localhost/phpmyadmin
  6. Create new database named E-insurance.
  7. Import the provided SQL file. The file is known as Database.sql located inside the MySQL folder.
  8. Browse the Online Eyewear Shop Application in a browser. i.e. http://localhost/e-insurance/Script.

Default Admin Access

Email: bwiremashauri5@gmail.com
Password: 12345678

Snapshots

Here are some of the screenshots of some pages of this Insurance Management System in PHP and MySQL:

Login Page

Insurance Sub-Category List

Sample Ticket Details Page

Sample Insurance Policy

And tehere you have it! I hope this Insurance Management System in PHP and MySQL project will help you with what you are looking for and you’ll find something useful from the project source code that you might can integrate or implement to your own PHP Projects. Explore more on this website for more Free Source CodesTutorial, and Articles covering various programming languages.

Note: Due to the size or complexity of this submission, the author has submitted it as a .zip file to shorten your download time. After downloading it, you will need a program like Winzip to decompress it.

Virus note: All files are scanned once-a-day by SourceCodester.com for viruses, but new viruses come out every day, so no prevention program can catch 100% of them.

FOR YOUR OWN SAFETY, PLEASE:

1. Re-scan downloaded files using your personal virus checker before using it.
2. NEVER, EVER run compiled files (.exe’s, .ocx’s, .dll’s etc.)–only run source code.