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 today

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

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

[flow-php/flow

PHP ETL - Extract Transform Load - Data processing framework

85036.3k](/packages/flow-php-flow)[aimeos/laravel-analytics-bridge

Unified analytics bridge for Laravel

1652.1k9](/packages/aimeos-laravel-analytics-bridge)[voidagency/vactory_starter_kit

Vactory is a custom Drupal profile which is developed and released by VOID Agency.

1021.6k](/packages/voidagency-vactory-starter-kit)[fleetbase/core-api

Core Framework and Resources for Fleetbase API

1235.9k20](/packages/fleetbase-core-api)[chameleon-system/chameleon-base

The Chameleon System core.

1028.6k5](/packages/chameleon-system-chameleon-base)

PHPackages © 2026

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