chmodw / php-library

Simple library management system with PHP MVC design pattern

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

  1. The librarian, students and the professors can register and login to the system
  2. Any of the above users can update their profile details including the password
  3. The authorized users can reserve a book for 24hours
  4. The authorized users can check book availability
  5. The librarian can check the member status and update the lending details (If the book is for the lending)
  6. The system allows the Librarian to create the books catalog, add/delete books and maintain the books catalog.
  7. The librarian can update the book return details
  8. The librarian can calculate the fine for the late returns if necessary
  9. The users can search the books according to the categories (Novels, Frictions, etc.)

About

Simple library management system with PHP MVC design pattern


Languages

Language:PHP 92.3%Language:CSS 6.9%Language:JavaScript 0.8%