AWS Developer Tools Blog

AWS Service Provider for Laravel 1.0.4

We would like to announce the availability of version 1.0.4 of the AWS Service Provider for Laravel. This version includes the AwsLaravelAwsFacade class which allows you to register an AWS facade in your Laravel 4 project, so you can retrieve clients in an easy and idiomatic way (e.g., $s3 = AWS::get('s3');).

We would also like to remind you about the other framework-specific packages that we currently support: the AWS SDK ZF2 Module and the AWS Service Provider for Silex. In the future, we will also post announcements on the blog when we update these packages.