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(9y ago)0100MITPHPPHP ^7

Since Jun 18Pushed 9y 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 4w 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 57% 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

3299d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/5094008?v=4)[Casper Lai](/maintainers/casperlaitw)[@CasperLaiTW](https://github.com/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

[illuminate/queue

The Illuminate Queue package.

21332.6M1.5k](/packages/illuminate-queue)[spatie/laravel-export

Create a static site bundle from a Laravel app

673139.5k6](/packages/spatie-laravel-export)[laravel/mcp

Rapidly build MCP servers for your Laravel applications.

77022.3M131](/packages/laravel-mcp)[spatie/laravel-health

Monitor the health of a Laravel application

87511.3M155](/packages/spatie-laravel-health)[laravel/ai

The official AI SDK for Laravel.

1.0k3.2M169](/packages/laravel-ai)[livewire/flux

The official UI component library for Livewire.

9527.8M124](/packages/livewire-flux)

PHPackages © 2026

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