Book inventory project.
Interfaces with Calibre and BinaryEye.
scripts | ||
vendor | ||
web | ||
.gitignore | ||
composer.json | ||
composer.lock | ||
README |
Book inventory project This project aims to speed up taking inventory of your paper books. Usage: - set up a calibre server - set up php service (apache or nginx + php-fpm) to serve this project (web directory) - use a dedicated user, restrict from public networks / internet! - install BinaryEye android app and configure it to send scanned barcodes to yourserver/scan.php - set up the scripts variables to your calibre server's paperbook library (create one first) - scan all your books' barcodes - for those books without a barcode, you can input ISBNs manually (yourserver/index.php) Remarks: - security was not aim of this project, I use it on local network or VPN. Please be advised, do not serve this publicly, bots and hackers may fill your library with spam / malicious stuff. - I will write a more detailed readme, if someone would like to use it.