PHPackages                             jpcaparas/laravel-aws-demo - 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. [DevOps &amp; Deployment](/categories/devops)
4. /
5. jpcaparas/laravel-aws-demo

ActiveProject[DevOps &amp; Deployment](/categories/devops)

jpcaparas/laravel-aws-demo
==========================

A demo illustrating how to integrate Laravel with AWS products.

v0.1.4(8y ago)24264MITPHPPHP ^7.0

Since Aug 19Pushed 8y agoCompare

[ Source](https://github.com/jpcaparas/laravel-aws-demo)[ Packagist](https://packagist.org/packages/jpcaparas/laravel-aws-demo)[ RSS](/packages/jpcaparas-laravel-aws-demo/feed)WikiDiscussions master Synced 2w ago

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

Laravel AWS demo
================

[](#laravel-aws-demo)

[![aws-logo](https://camo.githubusercontent.com/55dbd77d42105f4dc2e93431c21cb184763b7b293d9b6744c5d89f6c4e38cb5e/687474703a2f2f692e696d6775722e636f6d2f6f6d6a353638472e706e67)](https://camo.githubusercontent.com/55dbd77d42105f4dc2e93431c21cb184763b7b293d9b6744c5d89f6c4e38cb5e/687474703a2f2f692e696d6775722e636f6d2f6f6d6a353638472e706e67)

A demo illustrating how to integrate Laravel with the AWS suite.

Services
--------

[](#services)

These services (segmented via URIs) are currently available to test:

MethodURI`POST``aws/s3/upload``POST``aws/s3/download_bucket``POST``aws/rekognition/recognize_celebrities``POST``aws/et/transcode``POST``aws/et/transcode/subscriber`Requirements
------------

[](#requirements)

1. PHP 7.x
2. SQLite 3.x

Initial set up
--------------

[](#initial-set-up)

1. Bootstrap the project

    ```
     composer create-project jpcaparas/laravel-aws-demo --prefer-dist

     touch database/database.sqlite

     php artisan migrate:refresh --seed

    ```
2. Run tests (somewhat non-existent for the meantime)

    ```
     vendor/bin/phpunit

    ```
3. Populate the `.env` file with your AWS credentials. [Sign up for AWS](http://docs.aws.amazon.com/lambda/latest/dg/setting-up.html) if you haven't done so already.

All set? Trying it all out
--------------------------

[](#all-set-trying-it-all-out)

📘 👉 Ready to roll? Head on over to [the wiki](https://github.com/jpcaparas/laravel-aws-demo/wiki).

Additional services used
------------------------

[](#additional-services-used)

- [Ngrok](https://ngrok.com/) - A freemium service used to give your app a public-facing URL. This allows Amazon to send webhooks to your app.
- [Postman](https://www.getpostman.com/) - A free tool for testing API endpoints. Support sending multipart requests (e.g. file uploads).

Disclaimer
----------

[](#disclaimer)

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.

Attributions
------------

[](#attributions)

[![figured-logo](https://camo.githubusercontent.com/8eb5692b08233c90e1c8490332216f4a8a33a12a446b3f5f94c58afaf52f0f3f/68747470733a2f2f7777772e666967757265642e636f6d2f6173736574732f696d672f666967757265642d6c6f676f4032782e706e67)](https://camo.githubusercontent.com/8eb5692b08233c90e1c8490332216f4a8a33a12a446b3f5f94c58afaf52f0f3f/68747470733a2f2f7777772e666967757265642e636f6d2f6173736574732f696d672f666967757265642d6c6f676f4032782e706e67)

I am a product developer for [Figured, Ltd](https://www.figured.com), 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.

###  Health Score

27

—

LowBetter than 47% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity53

Maturing project, gaining track record

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

Total

5

Last Release

3165d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/2406808?v=4)[JP Caparas](/maintainers/jpcaparas)[@jpcaparas](https://github.com/jpcaparas)

---

Top Contributors

[![jpcaparas](https://avatars.githubusercontent.com/u/2406808?v=4)](https://github.com/jpcaparas "jpcaparas (46 commits)")

---

Tags

awsclouddevopslaravelrekognitions3saaslaravelamazonawscloudsaas

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/jpcaparas-laravel-aws-demo/health.svg)

```
[![Health](https://phpackages.com/badges/jpcaparas-laravel-aws-demo/health.svg)](https://phpackages.com/packages/jpcaparas-laravel-aws-demo)
```

###  Alternatives

[backpack/crud

Quickly build admin interfaces using Laravel, Bootstrap and JavaScript.

3.4k3.7M220](/packages/backpack-crud)[unopim/unopim

UnoPim Laravel PIM

10.5k2.2k](/packages/unopim-unopim)[nasirkhan/laravel-starter

A CMS like modular Laravel starter project.

1.4k2.7k](/packages/nasirkhan-laravel-starter)[statamic/statamic

Statamic

829179.5k](/packages/statamic-statamic)[typicms/base

A modular multilingual CMS built with Laravel, enabling developers to manage structured content like pages, news, events, and more.

1.6k20.4k](/packages/typicms-base)[codewithdennis/larament

Larament is a time-saving starter kit to quickly launch Laravel 13.x projects. It includes FilamentPHP 5.x pre-installed and configured, along with additional tools and features to streamline your development workflow.

3911.7k](/packages/codewithdennis-larament)

PHPackages © 2026

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