PHPackages                             4slovo/s3client - 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. 4slovo/s3client

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

4slovo/s3client
===============

Simple S3 client

v0.0.3(4y ago)08PHPPHP &gt;=5.3.3

Since Jun 4Pushed 4y ago1 watchersCompare

[ Source](https://github.com/x5hell/S3Client)[ Packagist](https://packagist.org/packages/4slovo/s3client)[ RSS](/packages/4slovo-s3client/feed)WikiDiscussions master Synced 6d ago

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

S3FsClient
==========

[](#s3fsclient)

Клиент для работы с файловым хранилищем S3. Интерфейс полностью соответствует файловому сереру (сигнатура методов download, delete, upload идентична), поэтому можно безболезненно заменять файловый сервер на S3FsClient

Пример использования:
---------------------

[](#пример-использования)

```
use Aws\S3\Exception\NoSuchKeyException;
use Chslovo\S3\S3FsClient;

include __DIR__ . '/vendor/autoload.php';

$endpoint = 'https://s3.kz.dobrynin.docker';
$accessKey = 'accessKey1';
$secretKey = 'verySecretKey1';

$s3client = new S3FsClient($endpoint, $accessKey, $secretKey);

/* Загрузка файла */
$hash = $s3client->upload('test.php', 'test.php');

var_export(["hash" => $hash]);

/* Получение содержимого файла */
$fileContent = $s3client->download($hash);

var_export(["fileContent" => $fileContent]);

/* Удаление файла */
$s3client->delete($hash);

try {
    $fileContent = $s3client->download($hash);
    var_export(["fileContent" => $fileContent]);
} catch ( NoSuchKeyException $exception){
    echo "файл не существует";
}
```

###  Health Score

19

—

LowBetter than 10% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity39

Early-stage or recently created project

 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

3

Last Release

1807d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/690ec49c290d430acec8fe69ad6e9785419d2426a71d1b1172d9d9b6cc9f70f0?d=identicon)[4slv](/maintainers/4slv)

---

Top Contributors

[![x5hell](https://avatars.githubusercontent.com/u/5240238?v=4)](https://github.com/x5hell "x5hell (1 commits)")

---

Tags

s3 client

### Embed Badge

![Health badge](/badges/4slovo-s3client/health.svg)

```
[![Health](https://phpackages.com/badges/4slovo-s3client/health.svg)](https://phpackages.com/packages/4slovo-s3client)
```

###  Alternatives

[league/flysystem-aws-s3-v3

AWS S3 filesystem adapter for Flysystem.

1.6k263.6M790](/packages/league-flysystem-aws-s3-v3)[aws/aws-sdk-php-laravel

A simple Laravel 9/10/11/12/13 service provider for including the AWS SDK for PHP.

1.7k35.6M75](/packages/aws-aws-sdk-php-laravel)[humanmade/s3-uploads

WordPress plugin to store uploads on S3

2.1k2.4M9](/packages/humanmade-s3-uploads)[aws/aws-sdk-php-resources

A resource-oriented API for interacting with AWS services

1381.8M10](/packages/aws-aws-sdk-php-resources)[aws/aws-sdk-php-zf2

Zend Framework 2 Module that allows easy integration the AWS SDK for PHP

104997.5k5](/packages/aws-aws-sdk-php-zf2)[frostealth/yii2-aws-s3

An Amazon S3 component for Yii2

90698.9k5](/packages/frostealth-yii2-aws-s3)

PHPackages © 2026

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