| Package Data | |
|---|---|
| Maintainer Username: | jampot5000 |
| Maintainer Contact: | jholcroft@gmail.com (Jamie Holcroft) |
| Package Create Date: | 2015-06-23 |
| Package Last Update: | 2018-03-20 |
| Language: | PHP |
| License: | MIT |
| Last Refreshed: | 2025-11-02 15:02:42 |
| Package Statistics | |
|---|---|
| Total Downloads: | 24 |
| Monthly Downloads: | 0 |
| Daily Downloads: | 0 |
| Total Stars: | 1 |
| Total Watchers: | 1 |
| Total Forks: | 1 |
| Total Open Issues: | 2 |
#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