A demo illustrating how to integrate Laravel with AWS products.
jpcaparas/laravel-aws-demo is a Laravel package for a demo illustrating how to integrate laravel with aws products..
It currently has 24 GitHub stars and 26 downloads on Packagist (latest version v0.1.4).
Install it with composer require jpcaparas/laravel-aws-demo.
Discover more Laravel packages by jpcaparas
or browse all Laravel packages to compare alternatives.
Last updated

A demo illustrating how to integrate Laravel with the AWS suite.
These services (segmented via URIs) are currently available to test:
| Method | URI |
| ------ | --- |
| POST | aws/s3/upload |
| POST | aws/s3/download_bucket |
| POST | aws/rekognition/recognize_celebrities |
| POST | aws/et/transcode |
| POST | aws/et/transcode/subscriber |
Bootstrap the project
composer create-project jpcaparas/laravel-aws-demo --prefer-dist
touch database/database.sqlite
php artisan migrate:refresh --seed
Run tests (somewhat non-existent for the meantime)
vendor/bin/phpunit
Populate the .env file with your AWS credentials. Sign up for AWS if you haven't done so already.
📘 👉 Ready to roll? Head on over to the wiki.
A few commands issued throughout this demo are for *nix systems (e.g. macOS, Ubuntu), so your mileage may vary if you're using Windows.

I am a product developer for Figured, Ltd, a cloud-based farm financial management software company disrupting the agriculture industry. We're headquartered at Victoria Street West, Auckland.
We leverage AWS as part of our development toolchain to offload complexity onto the cloud. This in turn makes us focus on building new features, leading to happy developers and a rapidly evolving product.