Interface between laravel and calibre database and files
jampot5000/calibre is a Laravel package for interface between laravel and calibre database and files.
It currently has 1 GitHub stars and 24 downloads on Packagist (latest version 0.1.1).
Install it with composer require jampot5000/calibre.
Discover more Laravel packages by jampot5000
or browse all Laravel packages to compare alternatives.
Last updated
#PHP Calibre
PHP Calibre is an interface between laravel and calibre, exposing models for the Author, Book and Files for the books.
0.0.1 - Just getting the basics down at the moment.
Install with composer
composer require 'jampot5000/calibre':'0.0.1'
Add the Laravel service provider in config/app.php
Jampot5000\Calibre\LaravelServiceProvider::class,
Models can be accessed using:
\Jampot5000\Calibre\Models\Author
\Jampot5000\Calibre\Models\Book
\Jampot5000\Calibre\Models\File
###Todo