mikespub / seblucas-cops
Calibre OPDS (and HTML) PHP Server : web-based light alternative to Calibre content server / Calibre2OPDS to serve ebooks (epub, mobi, pdf, ...)
Installs: 4
Dependents: 0
Suggesters: 3
Security: 0
Stars: 69
Watchers: 9
Forks: 229
Open Issues: 0
Type:project
Requires
- php: >=8.2
- ext-dom: *
- ext-gd: *
- ext-intl: *
- ext-json: *
- ext-mbstring: *
- ext-pdo_sqlite: *
- ext-xml: *
- ext-zip: *
- ext-zlib: *
- mikespub/epubjs-reader: ^2024.10
- mikespub/php-epub-meta: ^3.3
- nikic/fast-route: 2.0.0-beta1
- npm-asset/bootstrap: ^3.4
- npm-asset/corejs-typeahead: ^1.3
- npm-asset/dot: ^1.1
- npm-asset/jquery: ^3.7
- npm-asset/js-cookie: ^3.0
- npm-asset/lru-fast: ^0.2
- npm-asset/magnific-popup: ^1.2
- npm-asset/normalize.css: ^8.0
- npm-asset/twig: ^1.17
- phpmailer/phpmailer: ^6.9
- twig/twig: ^3.14
Requires (Dev)
- kiwilan/php-opds: ^2.1
- mikespub/epub-loader: ^3.5
- opis/json-schema: ^2.3
- php-webdriver/webdriver: dev-main
- phpunit/phpunit: ^10.5||^11.4
- symfony/browser-kit: ^6.4||^7.1
- symfony/config: ^6.4||^7.1
- symfony/http-client: ^6.4||^7.1
- symfony/http-foundation: ^6.4||^7.1
- symfony/routing: ^6.4||^7.1
- symfony/string: ^6.4||^7.1
- symfony/translation-contracts: ^3.5
- webonyx/graphql-php: ^15.18
Suggests
- mikespub/epub-loader: epub-loader is a utility package for ebooks
- dev-main
- 3.4.4
- 3.4.3
- 3.4.2
- 3.4.1
- 3.4.0
- 3.3.1
- 3.3.0
- 3.2.2
- 3.2.1
- 3.2.0
- 3.1.3
- 3.1.2
- 3.1.1
- 3.1.0
- 3.0.0
- 2.x-dev
- 2.8.2
- 2.8.1
- 2.8.0
- 2.7.5
- 2.7.4
- 2.7.3
- 2.7.2
- 2.7.1
- 2.7.0
- 2.6.1
- 2.6.0
- 2.5.6
- 2.5.5
- 2.5.4
- 2.5.3
- 2.5.2
- 2.5.1
- 2.5.0
- 2.4.3
- 2.4.2
- 2.4.1
- 2.4.0
- 2.3.1
- 2.3.0
- 2.2.2
- 2.2.1
- 2.2.0
- 2.1.5
- 2.1.4
- 2.1.3
- 2.1.2
- 2.1.1
- 2.1.0
- 2.0.2
- 2.0.1
- 2.0.0
- 1.x-dev
- 1.5.4
- 1.5.3
- 1.5.2
- 1.5.1
- 1.5.0
- 1.4.5
- 1.4.4
- 1.4.3
- 1.4.2
- 1.4.1
- 1.4.0
- 1.3.6
- 1.3.5
- 1.3.4
- 1.3.3
- 1.3.2
- 1.3.1
- 1.3.0
- 1.2.3
- 1.2.2
- 1.2.1
- 1.2.0
- 1.1.3
- 1.1.2
- 1.1.1
- 1.1.0
- 1.0.1
- 1.0.0
- 1.0.0RC3
- 1.0.0RC2
- 1.0.0RC1
- 0.9.0
- dev-master
This package is auto-updated.
Last update: 2024-11-05 15:12:32 UTC
README
Breaking changes for 3.x release (PHP >= 8.2)
For everyone
- move your customized config_local.php file to config/local.php on the web server/container
- replace any feed.php links with index.php/feed for OPDS feeds in your e-reader
Less common
- if you map the lib/ or test/ directory somewhere, like a docker compose file, web server config etc. you'll need to replace that with src/ or tests/ respectively
- if you use other endpoints for links elsewhere, like the REST API for a widget, you'll need to use route URLs and replace restapi.php with index.php/restapi etc.
Prerequisites for this fork
- PHP 8.x with DOM, GD, Intl, Json, PDO SQLite, SQLite3, XML, Zip and ZLib support (PHP 8.2 or later recommended)
- Release 3.x.x will only work with PHP >= 8.2 - typical for most source code & docker image installs in 2024 and later. Note: updating .epub files for metadata or cover requires a 64-bit platform
- Release 2.x.x will only work with PHP >= 8.1 - typical for most source code & docker image installs in 2023 and later. Note: updating .epub files for metadata or cover requires a 64-bit platform
- Release 1.x.x still works with PHP 7.4 if necessary - earlier PHP 7.x (or 5.x) versions are not supported with this fork
User support issues remain available at https://github.com/seblucas/cops/issues - please use it if you need help with COPS in general. For the 2.x and 3.x versions please report any new issues at https://github.com/mikespub-org/seblucas-cops/issues
Pull requests should be against the latest source code at https://github.com/mikespub-org/seblucas-cops/pulls - thanks for any contributions :-)
See CHANGELOG for changes compared to upstream repository https://github.com/seblucas/cops from @seblucas
Installation of this fork
Same options as original:
- Release package
- get latest cops-3.x.x-php8x.zip file from https://github.com/mikespub-org/seblucas-cops/releases
Note: the release packages cops-3.x.x-php8x.zip
include the vendor/ packages for a particular PHP version. If you have an older or newer (supported) PHP version, you can download the Source code (zip)
for that release, and run composer to update the dependencies:
$ wget -O cops-3.x.x.zip https://github.com/mikespub-org/seblucas-cops/archive/refs/tags/3.x.x.zip
$ unzip cops-3.x.x.zip
$ cd seblucas-cops-3.x.x
$ composer update --no-dev -o
- Source code
- git clone https://github.com/mikespub-org/seblucas-cops.git # or download latest main as zip
- run composer to install project dependencies
$ cd seblucas-cops
$ composer install --no-dev -o
- Docker image
- use latest linuxserver/cops image from linuxserver.io - see setup and usage there
- or use docker/Dockerfile.alpine and docker-compose.yaml (or docker-compose-dev.yaml) as starting point - not optimized for size/performance
- Home Assistant Add-on
The rest of the installation process is very similar to the original below. But if you install from source, just use your regular composer 2.x - you don't need to download an old composer 1.x version or install global asset plugins anymore :-)
Notice: for a first-time installation, you need to copy config/local.php.example to config/local.php and customize the calibre directory etc. as needed. Afterwards, if you get an error or blank page the first time you browse to COPS, you can check for common issues by browsing to http://.../checkconfig.php
COPS (original)
COPS stands for Calibre OPDS (and HTML) Php Server.
See : COPS's home for more details.
Don't forget to check the Wiki.
Why ?
In my opinion Calibre is a marvelous tool but is too big and has too much dependencies to be used for its content server.
That's the main reason why I coded this OPDS server. I needed a simple tool to be installed on a small server (Seagate Dockstar in my case).
I initially thought of Calibre2OPDS but as it generate static file no search was possible.
Later I added an simple HTML catalog that should be usable on my Kobo.
So COPS's main advantages are :
- No need for many dependencies.
- No need for a lot of CPU or RAM.
- Not much code.
- Search is available.
- It was fun to code.
If you want to use the OPDS feed don't forget to specify feed.php at the end of your URL.
You just have to sync your Calibre directory to your COPS server the way you prefer (Dropbox, Bt Sync, Syncthing, use a directory shared with Nextcloud, ...).
Prerequisites (outdated)
- PHP 5.3, 5.4, 5.5, 5.6, 7.X or hhvm with GD image processing, Libxml, Intl, Json & SQLite3 support (PHP 5.6 or later recommended).
- A web server with PHP support. I tested with various version of Nginx and Apache. Other people reported it working with Apache and Cherokee. You can also use PHP embedded server (https://github.com/seblucas/cops/wiki/Howto---PhpEmbeddedServer)
- The path to a calibre library (metadata.db, format, & cover files).
On any Debian based Linux you can use :
apt-get install php5-gd php5-sqlite php5-json php5-intl
If you use Debian Stretch :
apt-get install php7.0-gd php7.0-sqlite3 php7.0-json php7.0-intl php7.0-xml php7.0-mbstring php7.0-zip
On Centos you may have to add : yum install php-xml
Install a release (Easiest way)
- Extract the zip file you got from the release page to a folder in web space (visible to the web server).
- If you're doing a first-time install, copy config/local.php.example to config/local.php (this differs from the original project)
- Edit config/local.php to match your config.
- If needed add other configuration item from config/default.php
If you like Docker, you can also try this multiarch docker container from linuxserver.io It has builds for x64 and arm64.
Install from sources
git clone https://github.com/seblucas/cops.git # or download lastest zip see below cd cops # use standard composer 2.x now, no need to install older 1.x version and plugin for PHP 8.x version #wget https://getcomposer.org/composer.phar #php composer.phar global require "fxp/composer-asset-plugin:~1.1" #php composer.phar install --no-dev --optimize-autoloader composer install --no-dev --optimize-autoloader
After that you can use the previous how-to starting at the second step.
Note that instead of cloning you can also get latest master as zip
Note that if your PHP version is lower that 5.6, then you may have to remove composer.lock
before starting the last line.
Where to put my Calibre directory ?
Long story short : ALWAYS outside of COPS's directory especially if COPS is installed on a VPS / Server. If you follow my advice then your data will be safe.
If you choose to put your Calibre directory inside your web directory and use Nginx then you will have to edit /etc/nginx/mime.types to add these lines :
application/epub+zip epub;
application/x-mobipocket-ebook mobi prc azw;
Known problems
Not a lot, except for the bad quality of the code (first PHP project ever) ;)
Please see https://github.com/seblucas/cops/issues for open issues
Need help
Please read https://github.com/seblucas/cops/wiki and check the FAQ.
Contributing
As you could see here, I appreciate every contributions and there were a lot over time. So don't be shy and submit your Pull Requests.
Note to translators : please prefer using Transifex instead of doing a PR.
I only have one limit (I may have more but that one is the worse) : COPS' goal is to provide an alternative to Calibre's content server and not to replace Calibre entirely. So I will refuse any PR making changes to the database content.
Credits
- Locale message handling is inspired of https://www.mind-it.info/2010/02/22/a-simple-approach-to-localization-in-php
- str_format function come from http://tmont.com/blargh/2010/1/string-format-in-php
- All icons come from Font Awesome : https://github.com/FortAwesome/Font-Awesome
- The unofficial OPDS validator : http://opds-validator.appspot.com/
- Thanks to all testers, translators and contributors.
- Feed icons made by Freepik from Flaticon website licensed under Creative Commons BY 3.0 http://www.flaticon.com and http://www.freepik.com
- A huge thanks to Jetbrains for supporting COPS by providing a set of free licenses to their products for several years now!
External libraries used :
- JQuery : http://jquery.com/
- Magnific Popup : http://dimsemenov.com/plugins/magnific-popup/
- Php-epub-meta : https://github.com/splitbrain/php-epub-meta with some modification by me (https://github.com/seblucas/php-epub-meta)
- TbsZip : http://www.tinybutstrong.com/apps/tbszip/tbszip_help.html
- DoT.js : http://olado.github.io/doT/index.html
- PHPMailer : https://github.com/PHPMailer/PHPMailer
- js-lru : https://github.com/rsms/js-lru
Copyright & License
COPS - 2012-2019 (c) Sébastien Lucas
See LICENSE and file headers for license info