{"id":16402081,"url":"https://github.com/muhammadhasham23/library-management-sytem","last_synced_at":"2025-07-29T03:36:25.874Z","repository":{"id":113095362,"uuid":"101899750","full_name":"MuhammadHasham23/Library-Management-Sytem","owner":"MuhammadHasham23","description":"Library Management System made in core php.","archived":false,"fork":false,"pushed_at":"2017-09-07T16:04:28.000Z","size":166,"stargazers_count":16,"open_issues_count":1,"forks_count":12,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-04T13:06:41.430Z","etag":null,"topics":["css3","html5","php","phpmyadmin","sql"],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MuhammadHasham23.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-08-30T15:42:05.000Z","updated_at":"2025-03-09T15:21:46.000Z","dependencies_parsed_at":null,"dependency_job_id":"874733d2-9d0b-4363-a969-4514db410f63","html_url":"https://github.com/MuhammadHasham23/Library-Management-Sytem","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/MuhammadHasham23/Library-Management-Sytem","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MuhammadHasham23%2FLibrary-Management-Sytem","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MuhammadHasham23%2FLibrary-Management-Sytem/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MuhammadHasham23%2FLibrary-Management-Sytem/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MuhammadHasham23%2FLibrary-Management-Sytem/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MuhammadHasham23","download_url":"https://codeload.github.com/MuhammadHasham23/Library-Management-Sytem/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MuhammadHasham23%2FLibrary-Management-Sytem/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267623851,"owners_count":24117291,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-07-29T02:00:12.549Z","response_time":2574,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["css3","html5","php","phpmyadmin","sql"],"created_at":"2024-10-11T05:44:57.128Z","updated_at":"2025-07-29T03:36:25.818Z","avatar_url":"https://github.com/MuhammadHasham23.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Project Title\r\n\r\nThis is a library mangement system made in core php, the following technologies were used:\r\n\r\n* HTML\r\n* CSS\r\n* Bootstrap\r\n* PHP\r\n* JS\r\n* SQL\r\n\r\n## Getting Started\r\n\r\nJust download the project and deploy on a server if working locally download (XAMPP,WAMPP etc).And use SQL\r\n\r\n### Prerequisites\r\n\r\n* XAMPP (if localhost)\r\n\r\n* Any Server\r\n\r\nYou would also need SQL to manage backend.\r\n\r\n### Installing\r\n\r\nDownload and run on server.\r\n\r\n\r\n\r\n## Functions:\r\n\r\nThe project has two interfaces in general\r\n\r\n1) User interface\r\n\r\n2) Admin interface\r\n\r\n3) Login interface for both above.\r\n\r\n### User Interface:\r\n\r\n![alt text](http://i.imgur.com/k6wglxr.png)\r\n\r\nThe user interface deals with\r\n\r\n* Displaying available books\r\n\r\n* Searching for books\r\n\r\n* Issue Books (it is ensured that the book is already not issued).\r\n\r\n* Reserve Books (it is ensured that the book is not reserved before, and to let the user reserve it on a future date).\r\n\r\n* Search books ( based on query entered the book is searched).\r\n\r\n### Admin Interface:\r\n\r\n![alt text](http://i.imgur.com/nTJT6it.png)\r\n\r\nThe admin interface deals with\r\n\r\n* Displaying all member records (includes member with reserved books,issued books etc).\r\n\r\n* Displaying all book records.\r\n\r\n* Update Book Records.\r\n\r\n* Delete Book Records\r\n\r\n* Add Book Records\r\n\r\n* Add Member Records\r\n\r\n* Delete Member Records\r\n\r\n* Update Member Records.\r\n\r\n### Login/Logout Interface:\r\n\r\n![alt text](http://i.imgur.com/CA7yHAo.png)\r\n\r\nThe user cannot bypass login page.Sessions have been used for that.\r\n\r\n## Contributing\r\n\r\nPlease read [CONTRIBUTING.md](https://gist.github.com/PurpleBooth/b24679402957c63ec426) for details on our code of conduct, and the process for submitting pull requests to us.\r\n\r\n## Versioning\r\n\r\nWe use [SemVer](http://semver.org/) for versioning. For the versions available, see the [tags on this repository](https://github.com/your/project/tags). \r\n\r\n## Authors\r\n\r\n* **Mohammad Hasham** - Complete Project.\r\n\r\n## License\r\n\r\nThis project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details\r\n\r\n\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmuhammadhasham23%2Flibrary-management-sytem","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmuhammadhasham23%2Flibrary-management-sytem","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmuhammadhasham23%2Flibrary-management-sytem/lists"}