PHPackages                             sfneal/aws-s3-helpers - 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. sfneal/aws-s3-helpers

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

sfneal/aws-s3-helpers
=====================

Abstraction layers for interacting with AWS S3 storage

1.0.1(4y ago)021.1k1MITPHPPHP &gt;=7.4

Since Sep 8Pushed 4y ago1 watchersCompare

[ Source](https://github.com/sfneal/aws-s3-helpers)[ Packagist](https://packagist.org/packages/sfneal/aws-s3-helpers)[ Docs](https://github.com/sfneal/aws-s3-helpers)[ RSS](/packages/sfneal-aws-s3-helpers/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (7)Versions (33)Used By (1)

AWS S3 Helpers
==============

[](#aws-s3-helpers)

[![Packagist PHP support](https://camo.githubusercontent.com/c67c207fc1c9498a66efd2515d5132a136846c4904d06cec51d7f9caae907680/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f7068702d762f73666e65616c2f6177732d73332d68656c70657273)](https://packagist.org/packages/sfneal/aws-s3-helpers)[![Latest Version on Packagist](https://camo.githubusercontent.com/891f2aa8e3c23b6b29eff8f0c8b310ea9e82924daf44727570917daa0b4d35b1/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f73666e65616c2f6177732d73332d68656c706572732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/sfneal/aws-s3-helpers)[![Build Status](https://camo.githubusercontent.com/fec18eaa6fda7e905623edc141dad7ea5715a9697408f5cc2df3f69f961d539b/68747470733a2f2f7472617669732d63692e636f6d2f73666e65616c2f6177732d73332d68656c706572732e7376673f6272616e63683d6d6173746572267374796c653d666c61742d737175617265)](https://travis-ci.com/sfneal/aws-s3-helpers)[![Quality Score](https://camo.githubusercontent.com/632a72309b8a59d3ac30827f921a6915dd62e1ad521aa8dbacccd739d2821b9a/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f73666e65616c2f6177732d73332d68656c706572732e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/sfneal/aws-s3-helpers)[![Total Downloads](https://camo.githubusercontent.com/1a90689e71079ee77a9d9bd3c1d91922cbbcbe5a1a03264c19810b776417685b/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f73666e65616c2f6177732d73332d68656c706572732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/sfneal/aws-s3-helpers)

Abstraction layers for interacting with AWS S3 storage.

Installation
------------

[](#installation)

You can install the package via composer:

```
composer require sfneal/aws-s3-helpers
```

In order to autoload to the helper functions add the following path to the autoload.files section in your composer.json.

```
"autoload": {
    "files": [
      "vendor/sfneal/aws-s3-helpers/src/Helpers/s3-helpers.php"
    ]
},
```

To modify the s3-helpers settings publish the ServiceProvider &amp; modify the config.

```
php artisan vendor:publish --provider="Sfneal\Helpers\Aws\S3\Providers\S3HelpersServiceProvider"
```

Usage
-----

[](#usage)

Add 's3' disk to the 'disks' array in config/filesystems.php with your own AWS credentials.

```
's3' => [
    'driver' => 's3',
    'key' => env('S3_KEY'),
    'secret' => env('S3_SECRET'),
    'region' => env('S3_REGION'),
    'bucket' => env('S3_BUCKET'),
],
```

Add S3 keys to your .env files.

```
S3_KEY=********************
S3_SECRET=****************************************
S3_REGION=*********
S3_BUCKET=******************
```

### Testing

[](#testing)

```
composer test
```

### Changelog

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

### Security

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

Credits
-------

[](#credits)

- [Stephen Neal](https://github.com/sfneal)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

PHP Package Boilerplate
-----------------------

[](#php-package-boilerplate)

This package was generated using the [PHP Package Boilerplate](https://laravelpackageboilerplate.com).

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity21

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity65

Established project with proven stability

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

Recently: every ~0 days

Total

31

Last Release

1768d ago

Major Versions

0.13.1 → 1.0.02021-07-08

PHP version history (3 changes)0.1.0PHP ^7.1

0.3.0PHP &gt;=7.0

0.7.0PHP &gt;=7.4

### Community

Maintainers

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

---

Top Contributors

[![sfneal](https://avatars.githubusercontent.com/u/23200215?v=4)](https://github.com/sfneal "sfneal (208 commits)")

---

Tags

sfnealaws-s3-helpers

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/sfneal-aws-s3-helpers/health.svg)

```
[![Health](https://phpackages.com/badges/sfneal-aws-s3-helpers/health.svg)](https://phpackages.com/packages/sfneal-aws-s3-helpers)
```

###  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)[incursus/laravel-s3-tools

This Laravel package contains additional functionality not currently in Laravel for interfacing with Amazon's S3 service, including managing versioned objects.

3382.3k](/packages/incursus-laravel-s3-tools)

PHPackages © 2026

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