PHPackages                             noprotocol/google-spreadsheet - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. noprotocol/google-spreadsheet

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

noprotocol/google-spreadsheet
=============================

0.1(12y ago)23582PHP

Since Apr 24Pushed 12y ago2 watchersCompare

[ Source](https://github.com/noprotocol/google-spreadsheet)[ Packagist](https://packagist.org/packages/noprotocol/google-spreadsheet)[ RSS](/packages/noprotocol-google-spreadsheet/feed)WikiDiscussions master Synced 1mo ago

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

Google Spreadsheet
==================

[](#google-spreadsheet)

PHP client for accessing the [google drive spreadsheet api](https://developers.google.com/google-apps/spreadsheets/). (Because the [google/apiclient](https://developers.google.com/api-client-library/php/) is missing a Google\_Service\_Spreadsheet component.)

Installation
------------

[](#installation)

```
composer require noprotocol/google-spreadsheet

```

Usage example
-------------

[](#usage-example)

```
$client = new Google_Client();
$client->setScopes('https://spreadsheets.google.com/feeds'); // when using ouath, ask for permissions
// other client setup code ...

$service = new SpreadsheetService($client);
$file = $service->getFile($id);
foreach ($file['pages'] as $pageId) {
	$page = $service->getPage($id, $pageId, array('parseHeaders' => true));
	foreach ($page['rows'] as $row) {
		// do stuff...
	}
};

```

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity53

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

Unknown

Total

1

Last Release

4399d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/207248?v=4)[Bob Fanger](/maintainers/bfanger)[@bfanger](https://github.com/bfanger)

---

Top Contributors

[![bfanger](https://avatars.githubusercontent.com/u/207248?v=4)](https://github.com/bfanger "bfanger (1 commits)")

### Embed Badge

![Health badge](/badges/noprotocol-google-spreadsheet/health.svg)

```
[![Health](https://phpackages.com/badges/noprotocol-google-spreadsheet/health.svg)](https://phpackages.com/packages/noprotocol-google-spreadsheet)
```

###  Alternatives

[spatie/laravel-google-calendar

Manage events on a Google Calendar

1.4k1.5M21](/packages/spatie-laravel-google-calendar)[tomatophp/filament-seo

Manage and generate SEO tags and integrate your website with Google SEO services

112.6k1](/packages/tomatophp-filament-seo)[infoweb-internet-solutions/yii2-cms-analytics

Analytics module for Yii2

112.4k1](/packages/infoweb-internet-solutions-yii2-cms-analytics)

PHPackages © 2026

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