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. [File &amp; Storage](/categories/file-storage)
4. /
5. liou2021/gcs

ActiveLibrary[File &amp; Storage](/categories/file-storage)

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 today

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 35% 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

1409d 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

[aws/aws-sdk-php

AWS SDK for PHP - Use Amazon Web Services in your PHP project

6.3k543.5M2.6k](/packages/aws-aws-sdk-php)[backpack/crud

Quickly build admin interfaces using Laravel, Bootstrap and JavaScript.

3.4k3.7M223](/packages/backpack-crud)[statamic/cms

The Statamic CMS Core Package

4.8k3.6M986](/packages/statamic-cms)[unopim/unopim

UnoPim Laravel PIM

10.5k2.4k](/packages/unopim-unopim)[neuron-core/neuron-ai

The PHP Agentic Framework.

2.0k656.1k38](/packages/neuron-core-neuron-ai)[scriptdevelop/whatsapp-manager

Paquete para manejo de WhatsApp Business API en Laravel

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

PHPackages © 2026

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