PHPackages                             laravel-studio/laravel-google-sheet-integration - 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. laravel-studio/laravel-google-sheet-integration

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

laravel-studio/laravel-google-sheet-integration
===============================================

You can create google sheet by this packages.

1.0.1(6y ago)2311[3 issues](https://github.com/laravel-studio/laravel-google-sheet-integration/issues)[3 PRs](https://github.com/laravel-studio/laravel-google-sheet-integration/pulls)MITPHP

Since Jan 14Pushed 3y ago1 watchersCompare

[ Source](https://github.com/laravel-studio/laravel-google-sheet-integration)[ Packagist](https://packagist.org/packages/laravel-studio/laravel-google-sheet-integration)[ RSS](/packages/laravel-studio-laravel-google-sheet-integration/feed)WikiDiscussions master Synced yesterday

READMEChangelog (2)Dependencies (1)Versions (6)Used By (0)

laravel-google-sheet-integration
================================

[](#laravel-google-sheet-integration)

Installation:
=============

[](#installation)

1. `composer require laravel-studio/laravel-google-sheet-integration`
2. Add this code under providers array

`laravelstudio\laravelgooglesheetintegration\GoogleSheetServiceProvider::class,`

Add this under aliases array of config &gt; app.php

`'GoogleSheet' => laravelstudio\laravelgooglesheetintegration\facades\googlesheet::class`

3. You have to add this in $routeMiddleware in Kernal.php

`'googleAuth' => \laravelstudio\laravelgooglesheetintegration\middleware\googleAuth::class,`

`'checkUserAuth' => \laravelstudio\laravelgooglesheetintegration\middleware\checkUserAuth::class,`

4. Set GOOGLE\_SHEET\_RETURN\_URL key value in .env file like :

`GOOGLE_SHEET_RETURN_URL=http://localhost:8000/`

5. Run `composer dump-autoload`
6. Run `php artisan vendor:publish`
7. Run `php artisan migrate`

Use:
----

[](#use)

Your google auth config file will be under config &gt; googlesheet.php. Place your auth credentials here.

Packages views will be under resources &gt; views &gt; vendor &gt; googlesheet, make your customization here.

---

**Note: if you are not going to use package’s layout page, then make sure this scripts are included at your main layout or copy from package’s layout page.**

**Css File:**

``

``

``

**Js file:**

``

``

``

After including those scripts include @stack('google-drive-scripts') and @stack('auto-auth-script') at end of the script.

---

\*\*Show google sheet auth button \*\* To add google auth button use this in your controller file (make sure that you have looged in user of your application) ` return view('laravelgooglesheetintegration::signin');`

**Save or update google sheet data:**use this facade in controller `use GoogleSheet;`then use this code: `GoogleSheet::updatesettings($data);`

**Here is the sample data format:**

```
        $data = '{
                "sheet_name":"Test Google Sheet",
                "data": {
                    "Itobuz1": [{
                    "Accuracy": "30",
                    "Latitude": "53.2778273",
                    "Longitude": "-9.0121648",
                    "Timestamp": "Fri Jun 28 2013 11:43:57 GMT+0100 (IST)"
                }, {
                    "Accuracy": "30",
                    "Latitude": "53.2778273",
                    "Longitude": "-9.0121648",
                    "Timestamp": "Fri Jun 28 2013 11:43:57 GMT+0100 (IST)",
                    "Location": "Kolkata"
                }],
                   "Itobuz2": [{
                    "Accuracy": "30",
                    "Latitude": "53.2778273",
                    "Longitude": "-9.0121648",
                    "Timestamp": "Fri Jun 28 2013 11:43:57 GMT+0100 (IST)",
                    "Code": "47852"
                }, {
                    "Accuracy": "30",
                    "Latitude": "53.2778273",
                    "Longitude": "-9.0121648"
                }]
                }
            }';
```

**Note: if u choose folder then it creates new sheet or if you choose existing file then it will be updated.**

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity60

Established project with proven stability

 Bus Factor1

Top contributor holds 61.1% 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 ~17 days

Total

2

Last Release

2294d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/52238aa52781966f98ca84fa481514c63264753e52e046279dc3b1a4dd36e4e3?d=identicon)[ulshamim](/maintainers/ulshamim)

---

Top Contributors

[![ulshamim](https://avatars.githubusercontent.com/u/2345824?v=4)](https://github.com/ulshamim "ulshamim (11 commits)")[![sagarsneh](https://avatars.githubusercontent.com/u/38007152?v=4)](https://github.com/sagarsneh "sagarsneh (4 commits)")[![avikitobuz](https://avatars.githubusercontent.com/u/57622680?v=4)](https://github.com/avikitobuz "avikitobuz (3 commits)")

---

Tags

google-sheets-apilaravellaravel-frameworklaravel-packagelaravelgooglesheet

### Embed Badge

![Health badge](/badges/laravel-studio-laravel-google-sheet-integration/health.svg)

```
[![Health](https://phpackages.com/badges/laravel-studio-laravel-google-sheet-integration/health.svg)](https://phpackages.com/packages/laravel-studio-laravel-google-sheet-integration)
```

###  Alternatives

[panakour/analytics

Get whatever data you want from google analytics.

267.6k](/packages/panakour-analytics)[tomatophp/filament-seo

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

112.6k1](/packages/tomatophp-filament-seo)

PHPackages © 2026

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