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(3y ago)010MITPHPPHP &gt;=7.4

Since Jun 6Pushed 3y 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 1mo ago

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

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

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

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

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