Introduction
EasyBiblio, a Book Lending System made easy. It will help you control the lending of books from your library to its participants.
Used technologies
- PHP
- MySQL
- iOS Client in construction. See https://github.com/easybiblio/easybiblio-ios
Demo site
See a live demo website here: http://www.easybiblio.com/demo
How to install
- The code in the folder server, put it in a folder where your Apache has access (like your htdocs)
- Create a MySQL Database in your system using the file inside the folder /database.
- Update the file configuration.php and include your $server, $username, $password and $database_name according to your configuration.
- Open index.php in your Web Browser and you are ready to go!
- You may want to adapt _header.php to include your own header for your EasyBiblio installation ;-)