PHPackages                             adsytech/google-doc-reader - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Parsing &amp; Serialization](/categories/parsing)
4. /
5. adsytech/google-doc-reader

ActiveLibrary[Parsing &amp; Serialization](/categories/parsing)

adsytech/google-doc-reader
==========================

Google Docs HTML reader and sanitizer.

v1.0.3(1mo ago)025↓86.1%proprietaryPHPPHP &gt;=8.0

Since May 27Pushed 1mo agoCompare

[ Source](https://github.com/adsytech/google-doc-reader)[ Packagist](https://packagist.org/packages/adsytech/google-doc-reader)[ RSS](/packages/adsytech-google-doc-reader/feed)WikiDiscussions main Synced 1w ago

READMEChangelogDependencies (1)Versions (5)Used By (0)

Google Doc Reader
=================

[](#google-doc-reader)

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
-------

[](#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
-----

[](#usage)

```
use Adsytech\GoogleDocReader\GoogleDocReader;

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

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

Tests
-----

[](#tests)

```
composer test
```

###  Health Score

38

—

LowBetter than 83% of packages

Maintenance89

Actively maintained with recent releases

Popularity8

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity42

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~0 days

Total

4

Last Release

57d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/287481920?v=4)[adsytech](/maintainers/adsytech)[@adsytech](https://github.com/adsytech)

---

Top Contributors

[![adsytech](https://avatars.githubusercontent.com/u/287481920?v=4)](https://github.com/adsytech "adsytech (8 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/adsytech-google-doc-reader/health.svg)

```
[![Health](https://phpackages.com/badges/adsytech-google-doc-reader/health.svg)](https://phpackages.com/packages/adsytech-google-doc-reader)
```

###  Alternatives

[sauladam/shipment-tracker

Parses tracking information for several carriers, like UPS, USPS, DHL and GLS by simply scraping the data. No need for any kind of API access.

9843.5k](/packages/sauladam-shipment-tracker)[jstewmc/rtf

Read and write Rich Text Format (RTF) documents with PHP

45153.1k6](/packages/jstewmc-rtf)[tcds-io/php-jackson

A lightweight, flexible object serializer for PHP, inspired by FasterXML/jackson

113.2k10](/packages/tcds-io-php-jackson)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
