PHPackages                             vinhcd/aws-sqs - 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. [Queues &amp; Workers](/categories/queues)
4. /
5. vinhcd/aws-sqs

ActiveMagento2-module[Queues &amp; Workers](/categories/queues)

vinhcd/aws-sqs
==============

A Magento2 module for pushing message to AWS SQS

1.0.0(5y ago)03OSL-3.0PHP

Since Sep 12Pushed 5y ago1 watchersCompare

[ Source](https://github.com/vinhcd/magento2-aws-sqs)[ Packagist](https://packagist.org/packages/vinhcd/aws-sqs)[ RSS](/packages/vinhcd-aws-sqs/feed)WikiDiscussions master Synced 6d ago

READMEChangelog (1)Dependencies (2)Versions (2)Used By (0)

magento2-aws-sqs
================

[](#magento2-aws-sqs)

AWS SQS pushing service for magento2

Copyright
=========

[](#copyright)

This project is copyright by VinhCD Co,Ltd. (owned by hungnt)

Contact
=======

[](#contact)

User Guide
==========

[](#user-guide)

1. Installation

- It requires AWS PHP SDK to push message into SQS Service:

    composer require aws/aws-sdk-php
- Simply put all files in app/code/ and run setup:upgrade to install it

2. Configuration

- Go to Admin → Stores → Configuration → VinhCD → AWS Configuration
- Put your AWS Access / Secret key in General. (It’s highly recommend that you put your keys in env file by setting command: config:set vinhcd\_aws/general/access\_key your\_key &amp; config:set vinhcd\_aws/general/secret your\_secret). Then choose your default region.
- Choose an event type and Queue URL to push into. Currently, it just supports one event type: After Placing Order. There will be more events in future release.
- Configure max number message send per queue and number of days old it will not be send.

3. How it works

- It works by pushing message asynchronously, so it will not affect customer experience when buying your products.
- The message will be pushed by cronjob belongs to Index group. By default, it will run per minute to check and push message if available. You can change cron period for that group in Admin panel.

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity54

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

Unknown

Total

1

Last Release

2072d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/aacc546379e255fb106e0a2e5a7f6291c5e0acf191c629cf2e0eb0517de12d57?d=identicon)[vinhcd](/maintainers/vinhcd)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/vinhcd-aws-sqs/health.svg)

```
[![Health](https://phpackages.com/badges/vinhcd-aws-sqs/health.svg)](https://phpackages.com/packages/vinhcd-aws-sqs)
```

###  Alternatives

[dusterio/laravel-aws-worker

Run Laravel (or Lumen) tasks and queue listeners inside of AWS Elastic Beanstalk workers

3105.7M](/packages/dusterio-laravel-aws-worker)[shiftonelabs/laravel-sqs-fifo-queue

Adds a Laravel queue driver for Amazon SQS FIFO queues.

1556.0M3](/packages/shiftonelabs-laravel-sqs-fifo-queue)[dusterio/laravel-plain-sqs

Custom SQS connector for Laravel that supports custom format JSON

1352.7M1](/packages/dusterio-laravel-plain-sqs)[enqueue/sqs

Message Queue Amazon SQS Transport

376.3M14](/packages/enqueue-sqs)[joblocal/laravel-sqs-sns-subscription-queue

A simple Laravel service provider which adds a new queue connector to handle SNS subscription queues.

48416.3k](/packages/joblocal-laravel-sqs-sns-subscription-queue)[palpalani/laravel-sqs-queue-json-reader

Custom SQS queue reader for Laravel

26109.8k](/packages/palpalani-laravel-sqs-queue-json-reader)

PHPackages © 2026

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