jampot5000/calibre

Interface between laravel and calibre database and files
24 1
Install
composer require jampot5000/calibre
Latest Version:0.1.1
License:MIT
Last Updated:Mar 20, 2018
Links: GitHub  ·  Packagist
Maintainer: jampot5000

#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

Related Packages

maystro/filament-popup-modal

A comprehensive modal dialog system for FilamentPHP with progress bars, callback...

7 1
andhikamaheva/date

A date library to help you work with dates in different languages

13 1
vlados/laravel-blade-crawler-detect

Boost Lighthouse and PageSpeed scores by hiding cookie banners, chat widgets and...

5,439 0
wobeto/twitter

Laravel 4 Service Provider to interact with twitter account, like return a colle...

135 1