pinweb/readit
最新稳定版本:0.3.0
Composer 安装命令:
composer require pinweb/readit
包简介
TJAD Reader Package
README 文档
README
This is a Laravel Package for TJAD Reader v2.0
Installation
You can install the package via composer:
composer require pinweb/readit
You can publish the config file with:
php artisan vendor:publish --tag="readit-config"
This is the contents of the published config file:
return [ 'reader' => env('READER_URL', 'http://read.dev.pinweb.io'), 'key' => env('READER_KEY', '') ];
Usage
$url = Readit::create('http://www.example.com/test.pdf');
or
$url = readit('http://www.example.com/test.pdf');
License
The MIT License (MIT). Please see License File for more information.
统计信息
- 总下载量: 35
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2023-01-12