Skip to content

Releases: aws/aws-sdk-php-laravel

Version 3.3.0

12 Nov 21:57
Compare
Choose a tag to compare
  • Adds AWS credentials to published service provider configuration by default

Version 3.2.1

19 Oct 23:49
Compare
Choose a tag to compare
  • Update Travis CI with later PHP versions
  • Fix composer dependency resolution issue for Travis & PHP 5.5.9
  • Updated location of aws config file in README.md
  • Update README.md

Version 3.2.0

28 Sep 18:43
56f9a29
Compare
Choose a tag to compare
  • Added --provider option for vendor:publish command
  • Added support for Laravel Auto-Discovery

Version 3.1.0

18 Jan 06:58
Compare
Choose a tag to compare
  • Added support for Lumen.

Version 3.0.3

30 Sep 17:59
Compare
Choose a tag to compare

This update allows users to configure credentials with environmental variables, a ini file at ~/.aws/credentials, or with Ec2 instance profiles instead of requiring their inclusion in the aws.php config file. Additionally, this release includes several stylistic fixes.

3.0.0

11 Jun 00:15
Compare
Choose a tag to compare

Service provider is now compatible with Laravel 5.1 and Version 3 of the AWS SDK for PHP.

2.0.1

10 Jun 19:48
Compare
Choose a tag to compare
  • Service provider is now compatible with Lumen

2.0.0

12 Mar 17:21
Compare
Choose a tag to compare

Updated the service provider to work with Laravel 5.

AWS-L5 Provider (Beta)

19 Feb 01:12
Compare
Choose a tag to compare
Pre-release

We've updated the provider to work with Laravel 5. Give it a try.

1.1.2

18 Feb 23:04
Compare
Choose a tag to compare

Added alias to support DI from container.