PHPackages                             winteruni/google-doc-scraper - 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. winteruni/google-doc-scraper

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

winteruni/google-doc-scraper
============================

Free Google Doc scraper PHP Package

1.0.1(7y ago)010MITPHPPHP ^7.1.3

Since May 4Pushed 7y ago1 watchersCompare

[ Source](https://github.com/WinterUni/GoogleDocScraper)[ Packagist](https://packagist.org/packages/winteruni/google-doc-scraper)[ RSS](/packages/winteruni-google-doc-scraper/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependencies (3)Versions (3)Used By (0)

GoogleDocScraper
================

[](#googledocscraper)

[![](https://camo.githubusercontent.com/6b37d899705abf6f098fcc57ff7590a6dc51bccf0e2359abb003004ef3b6d0e7/68747470733a2f2f6170692e636f6465636c696d6174652e636f6d2f76312f6261646765732f33393737656238323535363233343132326565362f6d61696e7461696e6162696c697479)](https://codeclimate.com/github/WinterUni/GoogleDocParser/maintainability)[![](https://camo.githubusercontent.com/9cfb4ea0ddbaeda177807cdceecab7333a13dd468502eda5ab46198735c7639b/68747470733a2f2f6170692e636f6465636c696d6174652e636f6d2f76312f6261646765732f33393737656238323535363233343132326565362f746573745f636f766572616765)](https://codeclimate.com/github/WinterUni/GoogleDocParser/test_coverage)

Provides scraping data from saved google documents for easier content management on PHP based web sites.

Basic usage example
-------------------

[](#basic-usage-example)

```
// If you are using it in custom project with composer autoload, you need to require autoloaded classes
require_once './../vendor/autoload.php';

use WinterUni\GoogleDoc\Document;
use WinterUni\GoogleDoc\Scraper\Html as HtmlScraper;
use WinterUni\GoogleDoc\Validator\Html as HtmlValidator;
use WinterUni\GoogleDoc\Filter\Body as BodyFilter;

// This content can be obtained when saving google docs file
$content = file_get_contents('./docs/1/10.html');

$document = new Document($content, new HtmlScraper(new HtmlValidator(), new BodyFilter()));

$title = $document->getTitle();
$body = $document->getBody();
$customStyle = $document->getCustomStyle();

echo $title;
echo $body;
echo $customStyle;

```

###  Health Score

24

—

LowBetter than 31% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity56

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 ~3 days

Total

2

Last Release

2611d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/c5b05c9b9c19acb01170e16bbb1a0f5c9bfb35df2bdcb32362fdcb87e6f801c7?d=identicon)[WinterUni](/maintainers/WinterUni)

---

Top Contributors

[![WinterUni](https://avatars.githubusercontent.com/u/10402770?v=4)](https://github.com/WinterUni "WinterUni (30 commits)")

---

Tags

phpgoogleparserscraperdocs

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/winteruni-google-doc-scraper/health.svg)

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

###  Alternatives

[craftcms/cms

Craft CMS

3.6k3.6M2.9k](/packages/craftcms-cms)[drupal/core-dev

require-dev dependencies from drupal/drupal; use in addition to drupal/core-recommended to run tests from drupal/core.

2022.0M322](/packages/drupal-core-dev)[blackfire/player

A powerful web crawler and web scraper with Blackfire support

49517.1k](/packages/blackfire-player)[corveda/php-sandbox

A PHP library that can be used to run PHP code in a sandboxed environment

23790.9k2](/packages/corveda-php-sandbox)[chameleon-system/chameleon-base

The Chameleon System core.

1027.9k4](/packages/chameleon-system-chameleon-base)[sproutcms/cms

Enterprise content management and framework

242.2k4](/packages/sproutcms-cms)

PHPackages © 2026

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