PHPackages                             kevindierkx/laravel-s3v2 - 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. [HTTP &amp; Networking](/categories/http)
4. /
5. kevindierkx/laravel-s3v2

ActiveLibrary[HTTP &amp; Networking](/categories/http)

kevindierkx/laravel-s3v2
========================

Adds support for the Aws-S3-v2 SDK

1.1.0(9y ago)01.2k2PHPPHP &gt;=5.4.0

Since Jun 20Pushed 9y ago2 watchersCompare

[ Source](https://github.com/kevindierkx/LaravelS3v2)[ Packagist](https://packagist.org/packages/kevindierkx/laravel-s3v2)[ RSS](/packages/kevindierkx-laravel-s3v2/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (2)Versions (4)Used By (0)

Laravel 5.x Aws-S3-v2 SDK driver
================================

[](#laravel-5x-aws-s3-v2-sdk-driver)

This package adds support for the Aws-S3-v2 SDK. Some S3 compatible providers don't support the newest version of the SDK.

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

[](#installation)

To install this package you will need:

- Laravel 5+

You can modify your composer.json file and run composer update to include the latest version of the package in your project:

```
"require": {
    "kevindierkx/laravel-s3v2": "1.1.*"
}
```

Or you can run the composer require command from your terminal:

```
composer require kevindierkx/laravel-s3v2:1.1.*
```

Once the package is installed you will need to open `config/app.php` and register the required service provider:

```
'providers' => [
    'Kevindierkx\LaravelS3v2\S3DriverServiceProvider'
]
```

Usage
-----

[](#usage)

Use the `s3-v2` driver in your S3 configuration. With the `base_url` parameter you can specify a different endpoint.

```
's3-connection-name' => [
    'driver'   => 's3-v2',
    'key'      => env('S3_KEY'),
    'secret'   => env('S3_SECRET'),
    'region'   => env('S3_REGION'),
    'bucket'   => env('S3_BUCKET'),
    'base_url' => env('S3_BASE_URL'),
],
```

Credits
-------

[](#credits)

- [Kevin Dierkx](https://github.com/kevindierkx)

### License

[](#license)

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

###  Health Score

29

—

LowBetter than 59% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity60

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

Total

3

Last Release

3482d ago

### Community

Maintainers

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

---

Top Contributors

[![kevindierkx](https://avatars.githubusercontent.com/u/2406615?v=4)](https://github.com/kevindierkx "kevindierkx (6 commits)")

---

Tags

kevindierkxhuevatar

### Embed Badge

![Health badge](/badges/kevindierkx-laravel-s3v2/health.svg)

```
[![Health](https://phpackages.com/badges/kevindierkx-laravel-s3v2/health.svg)](https://phpackages.com/packages/kevindierkx-laravel-s3v2)
```

###  Alternatives

[danharrin/livewire-rate-limiting

Apply rate limiters to Laravel Livewire actions.

40523.1M27](/packages/danharrin-livewire-rate-limiting)[mateusjunges/laravel-kafka

A kafka driver for laravel

7163.1M17](/packages/mateusjunges-laravel-kafka)[illuminate/http

The Illuminate Http package.

11936.0M5.1k](/packages/illuminate-http)[ricorocks-digital-agency/soap

A SOAP client that provides a clean interface for handling requests and responses.

4281.8M5](/packages/ricorocks-digital-agency-soap)[api-platform/laravel

API Platform support for Laravel

59126.4k6](/packages/api-platform-laravel)[laravel-shift/curl-converter

A command line tool to convert curl requests to Laravel HTTP requests.

935.3k](/packages/laravel-shift-curl-converter)

PHPackages © 2026

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