PHPackages                             sunaoka/laravel-aws-sdk-php - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. sunaoka/laravel-aws-sdk-php

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

sunaoka/laravel-aws-sdk-php
===========================

AWS Service Provider for Laravel

1.5.0(2mo ago)2756Apache-2.0PHPPHP ^7.2 || ^8.0CI passing

Since Apr 10Pushed 2mo ago1 watchersCompare

[ Source](https://github.com/sunaoka/laravel-aws-sdk-php)[ Packagist](https://packagist.org/packages/sunaoka/laravel-aws-sdk-php)[ RSS](/packages/sunaoka-laravel-aws-sdk-php/feed)WikiDiscussions develop Synced 1mo ago

READMEChangelogDependencies (8)Versions (11)Used By (0)

AWS Service Provider for Laravel
================================

[](#aws-service-provider-for-laravel)

[![Latest Stable Version](https://camo.githubusercontent.com/4a242e1adb3804318af27b34d6ddb95a2619d0bfcea69af42590865a5ac65234/68747470733a2f2f706f7365722e707567782e6f72672f73756e616f6b612f6c61726176656c2d6177732d73646b2d7068702f762f737461626c65)](https://packagist.org/packages/sunaoka/laravel-aws-sdk-php)[![License](https://camo.githubusercontent.com/f56a5d7221a518eb77f9a83487206c2bb890367046492f9726187d668de34834/68747470733a2f2f706f7365722e707567782e6f72672f73756e616f6b612f6c61726176656c2d6177732d73646b2d7068702f6c6963656e7365)](https://packagist.org/packages/sunaoka/laravel-aws-sdk-php)[![PHP from Packagist](https://camo.githubusercontent.com/6650c456a5efc52bf2c66236fb853c6d2618c54354f26b79ee4e5e64baa5547b/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f7068702d762f73756e616f6b612f6c61726176656c2d6177732d73646b2d706870)](composer.json)[![Laravel](https://camo.githubusercontent.com/555c67cbf88f01ade0315f4ea169d7d9f314744989fef128328c3ee477106843/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c61726176656c2d2533453d253230362e782d726564)](https://laravel.com/)[![Test](https://github.com/sunaoka/laravel-aws-sdk-php/actions/workflows/test.yml/badge.svg)](https://github.com/sunaoka/laravel-aws-sdk-php/actions/workflows/test.yml)[![codecov](https://camo.githubusercontent.com/0074f8f66bc57a8941571b134d9f0625f0f093d0c0b2e7be076cdf5948c503bf/68747470733a2f2f636f6465636f762e696f2f67682f73756e616f6b612f6c61726176656c2d6177732d73646b2d7068702f6272616e63682f6d61696e2f67726170682f62616467652e7376673f746f6b656e3d56573349515247365647)](https://codecov.io/gh/sunaoka/laravel-aws-sdk-php)

---

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

[](#installation)

```
composer require sunaoka/laravel-aws-sdk-php
```

Configurations
--------------

[](#configurations)

```
php artisan vendor:publish --tag=aws-config
```

The settings can be found in the generated `config/aws.php` configuration file.

```
