Book inventory project. Interfaces with Calibre and BinaryEye.
Go to file
2021-12-20 13:01:52 +01:00
scripts initial commit 2021-12-20 12:50:53 +01:00
vendor initial commit 2021-12-20 12:50:53 +01:00
web initial commit 2021-12-20 12:50:53 +01:00
.gitignore initial commit 2021-12-20 12:50:53 +01:00
composer.json initial commit 2021-12-20 12:50:53 +01:00
composer.lock initial commit 2021-12-20 12:50:53 +01:00
README README v0.1 2021-12-20 13:01:52 +01:00

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.