This simple PHP project covers all of the required and important features. It can be used as a college project for PHP by first-year and second-year IT students.
It offers a variety of features that allow users to engage in the same way as in a library, such as requesting books, setting due dates, and so on. The concept is similar to a real-life situation and is well-implemented as a web application.
Follow the steps below should be performed after you’ve started Apache and MySQL server in XAMPP.(windows)
- Extract the File.
- Copy the Main project folder Paste into C:\xampp\htdocs\
- Open a browser and type http://localhost/phpmyadmin/ into the address bar.
- After that go to the databases tab.
- Name your database "lms" and then go to the import tab.
- Upload SQL File From Project folder.
Note : Don't Forgot to add mail credentials to sendmail.php
http://localhost/Library-Management-System
- UserName For Librarian : librarian
- Password For Librarian : librarian
Added Mail Functionality and 2 Modules in Librarian Section
- Omkar Kanade @omkarkanade
- Swarup Kanade @swarupkanade



