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

ActiveLibrary

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 1mo ago

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

1095d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/2e6cb424600f73b0a81019594371cdc915d1174195737906909e6cd25aa4bb75?d=identicon)[geol](/maintainers/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

[elgg/elgg

Elgg is an award-winning social networking engine, delivering the building blocks that enable businesses, schools, universities and associations to create their own fully-featured social networks and applications.

1.7k15.7k5](/packages/elgg-elgg)[pressbooks/pressbooks

Pressbooks is an open source book publishing tool built on a WordPress multisite platform. Pressbooks outputs books in multiple formats, including PDF, EPUB, web, and a variety of XML flavours, using a theming/templating system, driven by CSS.

44643.1k1](/packages/pressbooks-pressbooks)[drevops/git-artifact

Package artifact from your codebase in CI and push it to a separate git repo.

2133.2k](/packages/drevops-git-artifact)[doppar/framework

The Doppar Framework

366.7k8](/packages/doppar-framework)

PHPackages © 2026

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