PHPackages                             geol/storage - 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. geol/storage

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

geol/storage
============

storage SDK

1.1.78(3y ago)0811MITPHP

Since May 10Pushed 3y ago1 watchersCompare

[ Source](https://github.com/Geol2/storage)[ Packagist](https://packagist.org/packages/geol/storage)[ RSS](/packages/geol-storage/feed)WikiDiscussions main Synced today

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

storage
=======

[](#storage)

SDK 기능을 제공

추가 방법
-----

[](#추가-방법)

사용하고자 하는 프로젝트에 다음과 같은 과정을 거친다

composer 의존성 관리 도구는 별도로 설치하도록 한다

```
{
    "require": {
        "geol/storage": "1.*"
    }
}
```

```
composer install
composer update
```

파일저장
----

[](#파일저장)

### StorageClient

[](#storageclient)

서비스에서의 파일 데이터를 받아 연결된 파일 서버로 전송하기 위한 명세서

#### 업로드

[](#업로드)

```
require 'vendor/autoload.php';

use Geol\File\StorageClient;

$bucket = $_POST['bucket'];
$stoken = $_POST['stoken'];
$folder = $_POST['folder'];
$fileData = $_FILES['file_data'];

// 서비스에서 사용할 로직
$url = Client::requestHost("https://example.com/");
$client = new StorageClient();
$client->setUrl($url);
$client->upload($bucket, $stoken, $folder, $fileData);
```

#### 풀경로 삭제

[](#풀경로-삭제)

```
require 'vendor/autoload.php';

use Geol\File\StorageClient;

$stoken = $_POST['stoken'];
$fullPath = $_POST['path'];
$url = Client::requestHost("https://example.com/");
$client = new StorageClient();
$client->setUrl($url);
$client->deleteFullPath($stoken, $fullPath);
```

#### 버킷 경로에서부터 삭제

[](#버킷-경로에서부터-삭제)

```
require 'vendor/autoload.php';

use Geol\File\StorageClient;

$bucket = $_POST['bucket'];
$stoken = $_POST['stoken'];
$localPath = $_POST['path'];
$url = Client::requestHost("https://example.com/");
$client = new StorageClient();
$client->setUrl($url);
$client->deleteLocalPath($bucket, $stoken, $localPath);
```

###  Health Score

24

—

LowBetter than 31% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity50

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

Total

8

Last Release

1141d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/2117430?v=4)[青烟](/maintainers/geol)[@geol](https://github.com/geol)

---

Top Contributors

[![Geol2](https://avatars.githubusercontent.com/u/20119461?v=4)](https://github.com/Geol2 "Geol2 (33 commits)")

### Embed Badge

![Health badge](/badges/geol-storage/health.svg)

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

###  Alternatives

[matomo/matomo

Matomo is the leading Free/Libre open analytics platform

21.7k38.9k](/packages/matomo-matomo)[google/cloud

Google Cloud Client Library

1.2k16.7M57](/packages/google-cloud)[craftcms/cms

Craft CMS

3.6k3.6M3.1k](/packages/craftcms-cms)[tempest/framework

The PHP framework that gets out of your way.

2.2k34.4k15](/packages/tempest-framework)[flow-php/flow

PHP ETL - Extract Transform Load - Data processing framework

85036.3k](/packages/flow-php-flow)[filegator/filegator

Filegator

3.0k1.1k](/packages/filegator-filegator)

PHPackages © 2026

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