Download the PHP package jampot5000/calibre without Composer
On this page you can find all versions of the php package jampot5000/calibre. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download jampot5000/calibre
More information about jampot5000/calibre
Files in jampot5000/calibre
Download jampot5000/calibre
More information about jampot5000/calibre
Files in jampot5000/calibre
Vendor jampot5000
Package calibre
Short Description Interface between laravel and calibre database and files
License MIT
Homepage https://github.com/jampot5000/calibre
Package calibre
Short Description Interface between laravel and calibre database and files
License MIT
Homepage https://github.com/jampot5000/calibre
Please rate this library. Is it a good library?
Informations about the package calibre
PHP Calibre
PHP Calibre is an interface between laravel and calibre, exposing models for the Author, Book and Files for the books.
Version
0.0.1 - Just getting the basics down at the moment.
Installation
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
- Add series Model
- Move route logic into a class allowing finer control of obtaining a file.
- Update readme with better documentation
- Add testing
- Abstract away from using eloquent as it is alot to pull in for people not using laravel
All versions of calibre with dependencies
PHP Build Version
Package Version
Requires
illuminate/database Version
^5.1
The package jampot5000/calibre contains the following files
Loading the files please wait ....