This is a simple Library Management System built using PHP, MySQL, HTML/CSS, and Bootstrap. It allows both administrators (librarians) and members to manage books, track issues/returns, and maintain library data efficiently.
- Add / edit / delete books
- Manage categories/authors/publishers
- View issued/returned books
- Register students/users
- Browse available books
- Request book issues
- View issued books and due dates
- Record when books are issued
- Track return dates and fines
- Html
- Css5
- js
- MYSQL
- PHP
LMS/
├── css/
├── DATABASE FILE/
├── img/
├── librarian/
├── member/
├── db_connect.php
├── header.php
├── index.php
├── logout.php
├── message_display.php
└── verify_logged_out.php
git clone https://github.com/saiganesh74/Library_management_system/
cd Library_management_system
-
Open phpMyAdmin
-
Create a database (e.g., lms)
-
Import the .sql file from DATABASE FILE folder
localhost/Library_Management_System/index.php
This project is created and maintained by Sai Ganesh Rejeti. Contributions, improvements, or suggestions are welcome.