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

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

jtrw/simple-google-sheet-reader
===============================

read google sheet

1.0.2(4y ago)026MITPHPPHP &gt;=7.4

Since Jun 6Pushed 4y ago1 watchersCompare

[ Source](https://github.com/jtrw/simple-google-sheet-reader)[ Packagist](https://packagist.org/packages/jtrw/simple-google-sheet-reader)[ RSS](/packages/jtrw-simple-google-sheet-reader/feed)WikiDiscussions master Synced today

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

Simple Google Sheet Reader
==========================

[](#simple-google-sheet-reader)

```
$doc = new \Jtrw\SimpleGoogleSheet\Document($credentials);
$value = $doc->setSheet('sheet_name')->getValues('Name!A1:C');

print_r($value);
```

```
array(
    array(
        [0] => "Name",
        [1] => "Email"
    ),
    array(
        [0] => "Joe",
        [1] => "joe@mail.com"
    ),
)

```

###  Health Score

24

—

LowBetter than 31% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity51

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

3

Last Release

1486d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/cb69a84ba4d32377e911fcda345ebe671a0a98cbd748c4cf0e3cd786ee12af37?d=identicon)[nil-bora](/maintainers/nil-bora)

---

Top Contributors

[![nilBora](https://avatars.githubusercontent.com/u/5442473?v=4)](https://github.com/nilBora "nilBora (3 commits)")

### Embed Badge

![Health badge](/badges/jtrw-simple-google-sheet-reader/health.svg)

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

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

PHPackages © 2026

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