PHPackages                             samsonphp/fs\_aws - 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. samsonphp/fs\_aws

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

samsonphp/fs\_aws
=================

SamsonPHP aws file system service

1.0.9(9y ago)11.7k2Open Software License (OSL) v 3.0PHP

Since Jan 22Pushed 9y ago2 watchersCompare

[ Source](https://github.com/SamsonPHP/fs_aws)[ Packagist](https://packagist.org/packages/samsonphp/fs_aws)[ Docs](http://samsonos.com/)[ RSS](/packages/samsonphp-fs-aws/feed)WikiDiscussions master Synced 1mo ago

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

\#SamsonPHP AWS File service module

This is File service implementation for Amazon AWS S3 buckets in SamsonPHP. This is abstraction layer over standard PHP file functions.

[![Latest Stable Version](https://camo.githubusercontent.com/7c7857109c38e8bdfa4c5a44d1c0fcb2853df12bd4beb34031117af2d403138f/68747470733a2f2f706f7365722e707567782e6f72672f73616d736f6e7068702f66735f6177732f762f737461626c652e737667)](https://packagist.org/packages/samsonphp/fs_aws)[![Build Status](https://camo.githubusercontent.com/af21eff7088455d16afa142d23d2e191a0dc7718cf8b45f485abbc63aa2ba56c/68747470733a2f2f7472617669732d63692e6f72672f53616d736f6e5048502f66735f6177732e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/SamsonPHP/fs_aws)[![Code Coverage](https://camo.githubusercontent.com/e4f547ff5033ecf9256de8e9702b18d9043d0e86afa0646668543fef1e5a6f29/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f73616d736f6e7068702f66735f6177732f6261646765732f636f7665726167652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/samsonphp/fs_aws/?branch=master)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/42879fc0ef1755f5a42c14a6be6f27c1c3e270ef526f1787c0451fa2e3aeaca8/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f73616d736f6e7068702f66735f6177732f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/samsonphp/fs_aws/?branch=master)[![Stories in Ready](https://camo.githubusercontent.com/90b73a06e2a398e63b603a2017a0930c31ffe0d23346cf74803e06319e69c705/68747470733a2f2f62616467652e776166666c652e696f2f73616d736f6e7068702f66735f6177732e706e673f6c6162656c3d7265616479267469746c653d5265616479)](https://waffle.io/samsonphp/fs_aws)[![Total Downloads](https://camo.githubusercontent.com/5ee1768247a56f31617506e0badae7c848dde9c6ac4fb461288a5cacf63aa3bd/68747470733a2f2f706f7365722e707567782e6f72672f73616d736f6e7068702f66735f6177732f646f776e6c6f6164732e737667)](https://packagist.org/packages/samsonphp/fs_aws)

\##Configuration

This is done using [SamsonPHP configuration system](https://github.com/samsonphp/config)

> In all nested php\_fs\_\* modules which must be build on top of php\_fs module all configuration are done to main [SamsonPHP File service module](https://github.com/samsonphp/fs)(It's identifier is `fs`). This configuration class field values will be automatically passed to nested AbstractFileService ancestor.

All available configuration fields are:

```
class FSConfig extends \samson\core\Config
{
  /**@var string Set Amazon Web Services as web-application file service using its class name */
  public $fileServiceClassName = 'samsonphp\fs\AWSFileService';

  /** @var string $bucket Aws bucket name */
  public $bucket = '...';

  /** @var string $accessKey */
  public $accessKey = '...';

  /** @var string $secretKey */
  public $secretKey = '...';

  /** @var string $bucketURL Url of amazon bucket */
  public $bucketURL = '...';

  /** @var string $region Region of AWS S3 service */
  public $region = '...';
}
```

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community15

Small or concentrated contributor base

Maturity65

Established project with proven stability

 Bus Factor1

Top contributor holds 60.5% 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 ~249 days

Total

3

Last Release

3636d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/6510135856527278a1da14ea26ecaa3f016c27604236cec14ee550a8441dec52?d=identicon)[samsonphp](/maintainers/samsonphp)

---

Top Contributors

[![vitalyiegorov](https://avatars.githubusercontent.com/u/586558?v=4)](https://github.com/vitalyiegorov "vitalyiegorov (78 commits)")[![nik-os](https://avatars.githubusercontent.com/u/7326967?v=4)](https://github.com/nik-os "nik-os (28 commits)")[![onysko](https://avatars.githubusercontent.com/u/7703953?v=4)](https://github.com/onysko "onysko (20 commits)")[![omaximus](https://avatars.githubusercontent.com/u/8122734?v=4)](https://github.com/omaximus "omaximus (2 commits)")[![scrutinizer-auto-fixer](https://avatars.githubusercontent.com/u/6253494?v=4)](https://github.com/scrutinizer-auto-fixer "scrutinizer-auto-fixer (1 commits)")

---

Tags

file systemsamsonphp

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/samsonphp-fs-aws/health.svg)

```
[![Health](https://phpackages.com/badges/samsonphp-fs-aws/health.svg)](https://phpackages.com/packages/samsonphp-fs-aws)
```

###  Alternatives

[igorw/file-serve-bundle

Symfony2 Bundle for serving protected files.

166156.5k](/packages/igorw-file-serve-bundle)[crysalead/dir

Recursive directory scanner to locate directories and/or files in a file system

13214.5k4](/packages/crysalead-dir)[aimeos/ai-filesystem

Aimeos file system layer extension

1029.9k1](/packages/aimeos-ai-filesystem)

PHPackages © 2026

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