PHPackages                             reverse/g-sheets - 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. [API Development](/categories/api)
4. /
5. reverse/g-sheets

AbandonedArchivedLibrary[API Development](/categories/api)

reverse/g-sheets
================

Google Sheets client library

v0.0.3-alpha(7y ago)114.3k1MITPHPPHP ^5.6 || ^7.0

Since Feb 11Pushed 4y ago1 watchersCompare

[ Source](https://github.com/r-everse/GSheets)[ Packagist](https://packagist.org/packages/reverse/g-sheets)[ RSS](/packages/reverse-g-sheets/feed)WikiDiscussions master Synced 4d ago

READMEChangelog (3)Dependencies (2)Versions (4)Used By (0)

Deprecation notice
==================

[](#deprecation-notice)

This package is deprecated and will soon be removed. We suggest using [google/apiclient](https://packagist.org/packages/google/apiclient) directly.

reverse/g-sheets
----------------

[](#reverseg-sheets)

[![Build Status](https://camo.githubusercontent.com/da57d0a71beddf047588bb3b07f66346c71b13bd35ffbd99e84d5ce240eb298d/68747470733a2f2f7472617669732d63692e6f72672f722d6576657273652f475368656574732e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/r-everse/GSheets)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/c9726577cee97565f16f1bc3b1460bdf1eabe9bb86a074c209e09214e7380a4e/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f722d6576657273652f475368656574732f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/r-everse/GSheets/?branch=master)

PHP client for Google Sheets.
This library provides a set of class and methods to work with Google Api Client for PHP [google/apiclient](https://github.com/googleapis/google-api-php-client).

### Requirements

[](#requirements)

- php &gt;= 5.6

### Installation

[](#installation)

```
composer require reverse/g-sheets:"dev-master"
```

### Using GSheets

[](#using-gsheets)

To work with Google Sheets have to init `Client` and `Spreadsheets` classes.

```
$googleClient = new \Google_Client($config);
$client = new Client($googleClient);
spreadsheets = new Spreadsheets($client, 'sheetid');
```

### Operations

[](#operations)

#### Append

[](#append)

```
$value = new Value('a', 'b', 'c');
$spreadsheets->append($value, 'Sheet1');
```

#### Update

[](#update)

```
$value = new Value('a', 'b', 'c');
$spreadsheets->update($value, 'Sheet1');
```

#### Clear

[](#clear)

```
$spreadsheets->clear('Sheet1!1:2');
```

#### Get

[](#get)

```
// This get return Sheet1's first column
$spreadsheets->get('Sheet1!1:1');
```

#### Delete

[](#delete)

```
// This call delete first row of sheets specified
// sheetId is gid not sheet's name
$delete->execute(Delete::DIMENSION_ROWS, '12675hakas', 0, 1);
```

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity22

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity43

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 88.9% 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 ~28 days

Total

3

Last Release

2594d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/136346588a38372531269620341d4fb434bb70d80f7896f7e4123731bc30cdb7?d=identicon)[ddonnini](/maintainers/ddonnini)

---

Top Contributors

[![giovannialbero1992](https://avatars.githubusercontent.com/u/11536977?v=4)](https://github.com/giovannialbero1992 "giovannialbero1992 (8 commits)")[![dborsatto](https://avatars.githubusercontent.com/u/94651?v=4)](https://github.com/dborsatto "dborsatto (1 commits)")

---

Tags

googlegoogle-apigoogle-sheetslibraryphp

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/reverse-g-sheets/health.svg)

```
[![Health](https://phpackages.com/badges/reverse-g-sheets/health.svg)](https://phpackages.com/packages/reverse-g-sheets)
```

###  Alternatives

[revolution/laravel-google-sheets

Google Sheets API v4

4483.1M6](/packages/revolution-laravel-google-sheets)[pulkitjalan/google-apiclient

Google api php client wrapper with Cloud Platform and Laravel support

2582.9M5](/packages/pulkitjalan-google-apiclient)[dacastro4/laravel-gmail

Gmail API package for Laravel

312382.9k1](/packages/dacastro4-laravel-gmail)[spotonlive/php-google-my-business

Google MyBusiness

31677.1k](/packages/spotonlive-php-google-my-business)[happyr/google-api-bundle

A Symfony2 Wrapper for the Google APIs Client Library for PHP

48196.1k](/packages/happyr-google-api-bundle)[mediafigaro/google-analytics-api-symfony

Google Analytics API v4 Symfony

46177.7k](/packages/mediafigaro-google-analytics-api-symfony)

PHPackages © 2026

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