adsytech/google-doc-reader 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

adsytech/google-doc-reader

Composer 安装命令:

composer require adsytech/google-doc-reader

包简介

Google Docs HTML reader and sanitizer.

README 文档

README

Reads a public Google Docs document as sanitized HTML. Images are not downloaded or saved; their original src values remain in the returned HTML.

Install

For local development, add a path repository to your project composer.json:

{
  "repositories": [
    {
      "type": "path",
      "url": "components/google-doc-reader"
    }
  ],
  "require": {
    "adsytech/google-doc-reader": "dev-master"
  }
}

Then run:

composer update adsytech/google-doc-reader

Usage

use Adsytech\GoogleDocReader\GoogleDocReader;

$result = GoogleDocReader::readFromUrl($googleDocUrl);

$title = $result->title;
$html = $result->html;

Tests

composer test

统计信息

  • 总下载量: 22
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: proprietary
  • 更新时间: 2026-05-27

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固