PHPackages                             liou2021/gcs - 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. liou2021/gcs

ActiveLibrary

liou2021/gcs
============

storage of gcp for laravel 9

v1.2.2(3y ago)03MITPHPPHP ^8.1

Since Aug 24Pushed 3y ago1 watchersCompare

[ Source](https://github.com/LIOU2021/gcs)[ Packagist](https://packagist.org/packages/liou2021/gcs)[ RSS](/packages/liou2021-gcs/feed)WikiDiscussions master Synced 1mo ago

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

note
====

[](#note)

- this package is helpful laravel 9 using gcp storage

edit your composer.json
=======================

[](#edit-your-composerjson)

```
"repositories": {
    "liou2021": {
        "type": "vcs",
        "url": "https://github.com/LIOU2021/gcs"
    }
}
```

run this command in your laravel project
========================================

[](#run-this-command-in-your-laravel-project)

```
composer require liou2021/gcs
```

publish config
==============

[](#publish-config)

```
php artisan vendor:publish --provider="Liou2021\Gcs\GCSServiceProvider"
```

edit your config(config/gcs.php)
================================

[](#edit-your-configconfiggcsphp)

```
return[
        'bucket'=>'your bucket name',
        'key'=>'your gcp key'
];
```

common
======

[](#common)

```
return \GCS::allFiles();

return \GCS::Files('test/');

return \GCS::put($request->file, $path);
```

Ref
===

[](#ref)

- [googleapis/google-cloud-php-storage](https://github.com/googleapis/google-cloud-php-storage)
- [GoogleCloudPlatform/php-docs-samples](https://github.com/GoogleCloudPlatform/php-docs-samples/tree/master/storage/src)
- [開發屬於自己的 Laravel 套件](https://tech.ray247k.com/blog/202107-laravel-package-development/)

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity60

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

1363d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/31e87d82192d8062b6ec1613a1e0b92e4be5a196674014ec758f8987eedef06a?d=identicon)[LIOU2021](/maintainers/LIOU2021)

---

Top Contributors

[![LIOU2021](https://avatars.githubusercontent.com/u/78909341?v=4)](https://github.com/LIOU2021 "LIOU2021 (2 commits)")

### Embed Badge

![Health badge](/badges/liou2021-gcs/health.svg)

```
[![Health](https://phpackages.com/badges/liou2021-gcs/health.svg)](https://phpackages.com/packages/liou2021-gcs)
```

###  Alternatives

[vemcogroup/laravel-sparkpost-driver

SparkPost driver to use with Laravel 6.x|7.x|8.x|9.x|10.x

421.7M1](/packages/vemcogroup-laravel-sparkpost-driver)[scriptdevelop/whatsapp-manager

Paquete para manejo de WhatsApp Business API en Laravel

762.6k](/packages/scriptdevelop-whatsapp-manager)

PHPackages © 2026

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