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

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

kly/klimg-gcs
=============

GCS upload manager lib for kly

1.1.0(6y ago)16CC-BY-SA-4.0PHPPHP &gt;=5.3

Since Jul 31Pushed 6y ago1 watchersCompare

[ Source](https://github.com/KLYgarage/klimg-gcs)[ Packagist](https://packagist.org/packages/kly/klimg-gcs)[ RSS](/packages/kly-klimg-gcs/feed)WikiDiscussions master Synced yesterday

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

GCS manager for KLIMG
=====================

[](#gcs-manager-for-klimg)

library for ease of uploading to gcs from legacy script use similar struct and working procedure as existing send\_to\_server()

HOW TO USE
----------

[](#how-to-use)

1. install the package `composer require kly/klimg-gcs` or download the package then include the manual loader `include path/to/package/src/loader.php`
2. intantiate the manager `$manager = new UploadManager(getenv('GCS_ENDPOINT'), getenv('GCS_KEY'), getenv('GCS_PUBLIC_PREFIX'));`I am using getenv in the example, you could use simple string **GCS\_ENDPOINT** : Google Cloud Storage Endpoint **GCS\_KEY** : Google Cloud Storage Key **GCS\_PUBLIC\_PREFIX** : Google Cloud Storage bucket public url prefix
3. add the image intended to be sent and designated path for the bucket side `$manager->add(array(/*of files*/ 'images/one.jpg'), 'path/on/the/cloud');`
4. when you finish add all the pics execute the transfer `$manager->send()`
5. Inspect the result, check any failure

It all just a simple curl wrapper anyway.

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity56

Maturing project, gaining track record

 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 ~4 days

Total

3

Last Release

2469d ago

PHP version history (2 changes)1.0.0PHP ^5.3

1.1.0PHP &gt;=5.3

### Community

Maintainers

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

---

Top Contributors

[![charsme](https://avatars.githubusercontent.com/u/1236083?v=4)](https://github.com/charsme "charsme (8 commits)")

### Embed Badge

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

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

###  Alternatives

[knplabs/gaufrette

PHP library that provides a filesystem abstraction layer

2.5k39.8M123](/packages/knplabs-gaufrette)[google/cloud-storage

Cloud Storage Client for PHP

34390.8M125](/packages/google-cloud-storage)[illuminate/filesystem

The Illuminate Filesystem package.

15261.6M2.6k](/packages/illuminate-filesystem)[superbalist/flysystem-google-storage

Flysystem adapter for Google Cloud Storage

26320.6M30](/packages/superbalist-flysystem-google-storage)[creocoder/yii2-flysystem

The flysystem extension for the Yii framework

2931.7M62](/packages/creocoder-yii2-flysystem)[flowjs/flow-php-server

PHP library for handling chunk uploads. Works with flow.js html5 file uploads.

2451.6M15](/packages/flowjs-flow-php-server)

PHPackages © 2026

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