jampot5000/calibre
最新稳定版本:0.1.1
Composer 安装命令:
composer require jampot5000/calibre
包简介
Interface between laravel and calibre database and files
README 文档
README
#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
统计信息
- 总下载量: 24
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2015-06-23