PHPackages                             vohinc/gsutil-sync - 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. vohinc/gsutil-sync

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

vohinc/gsutil-sync
==================

Execute gsutil rsync

v1.0.4(8y ago)0100MITPHPPHP ^7

Since Jun 18Pushed 8y ago1 watchersCompare

[ Source](https://github.com/vohinc/gsutil-sync)[ Packagist](https://packagist.org/packages/vohinc/gsutil-sync)[ RSS](/packages/vohinc-gsutil-sync/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependencies (4)Versions (6)Used By (0)

Gsutil Sync of Laravel
======================

[](#gsutil-sync-of-laravel)

Install Gsutil
--------------

[](#install-gsutil)

Please follow official guide: [Quick Install](https://cloud.google.com/sdk/docs/quickstarts)

Setup
-----

[](#setup)

### Add Provider

[](#add-provider)

Add provider to `config/app.php`

```
'providers' => [
    ...
    Vohinc\GsutilSync\Providers\GsutilSyncProvider::class,
    ...
],
```

### Publish Configuration

[](#publish-configuration)

```
php artisan vendor:publish --provider="Vohinc\GsutilSync\Providers\GsutilSyncProvider" --tag="config"
```

Configure
---------

[](#configure)

```
return [
    // Gsutil bin path
    'bin' => '/usr/local/bin/gsutil',

    // What is the full path to your private key file?
    'key' => env('GSUTIL_KEY_PATH'),

    // Please navigate your browser to https://cloud.google.com/console#/project,
    // then find the project you will use, and copy the Project ID string from the
    // second column. Older projects do not have Project ID strings. For such projects,
    // click the project and then copy the Project Number listed under that project.
    'projectId' => '',

    // Gsutil config path
    // Allow Gsutil to call api
    'boto' => storage_path('app/gsutil/boto'),

    // backup path.
    'paths' => [
    ],

    // Bucket name
    'bucket' => '',

    // root path.
    'root' => '',
];
```

###  Health Score

29

—

LowBetter than 59% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity67

Established project with proven stability

 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

5

Last Release

3252d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/f5c229ec5f9469761debea04b33b5168c9b732318fde06cb01acc237c4e78528?d=identicon)[casperlaitw](/maintainers/casperlaitw)

---

Top Contributors

[![CasperLaiTW](https://avatars.githubusercontent.com/u/5094008?v=4)](https://github.com/CasperLaiTW "CasperLaiTW (7 commits)")

### Embed Badge

![Health badge](/badges/vohinc-gsutil-sync/health.svg)

```
[![Health](https://phpackages.com/badges/vohinc-gsutil-sync/health.svg)](https://phpackages.com/packages/vohinc-gsutil-sync)
```

###  Alternatives

[barryvdh/laravel-ide-helper

Laravel IDE Helper, generates correct PHPDocs for all Facade classes, to improve auto-completion.

14.9k123.0M687](/packages/barryvdh-laravel-ide-helper)[wnx/laravel-stats

Get insights about your Laravel Project

1.8k1.8M7](/packages/wnx-laravel-stats)[orchestra/canvas

Code Generators for Laravel Applications and Packages

21017.2M158](/packages/orchestra-canvas)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

245.2k](/packages/aedart-athenaeum)[interaction-design-foundation/laravel-geoip

Support for multiple Geographical Location services.

17221.0k3](/packages/interaction-design-foundation-laravel-geoip)[tomshaw/electricgrid

A feature-rich Livewire package designed for projects that require dynamic, interactive data tables.

116.6k](/packages/tomshaw-electricgrid)

PHPackages © 2026

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