defectivecode/laravel-sqs-extended

366,534 7
Install
composer require defectivecode/laravel-sqs-extended
Latest Version:2.1.0
PHP:^8.4
License:MIT
Last Updated:Jul 23, 2026
Links: GitHub  ·  Packagist
Maintainer: SimplyCorey

Introduction

Laravel SQS extended is a Laravel queue driver that was designed to work around the AWS SQS payload size limits. This queue driver will automatically serialize large payloads to a disk (typically S3) and then unserialize them at run time.

The threshold is read from the queue's own MaximumMessageSize attribute, so queues raised to the 1 MiB maximum offload only what genuinely will not fit. Set disk_options.max_size to pin it to a fixed byte count instead, which also skips the attribute lookup.

Documentation

You may read the documentation on our website.

Support Guidelines

Thanks for choosing our open source package! Please take a moment to check out these support guidelines. They'll help you get the most out of our project.

Community Driven Support

Our open-source project is fueled by our awesome community. If you have questions or need assistance, StackOverflow and other online resources are your best bets.

Bugs, and Feature Prioritization

The reality of managing an open-source project means we can't address every reported bug or feature request immediately. We prioritize issues in the following order:

1. Bugs Affecting Our Paid Products

Bugs that impact our paid products will always be our top priority. In some cases, we may only address bugs that affect us directly.

2. Community Pull Requests

If you've identified a bug and have a solution, please submit a pull request. After issues affecting our products, we give the next highest priority to these community-driven fixes. Once reviewed and approved, we'll merge your solution and credit your contribution.

3. Financial Support

For issues outside the mentioned categories, you can opt to fund their resolution. Each open issue is linked to an order form where you can contribute financially. We prioritize these issues based on the funding amount provided.

Community Contributions

Open source thrives when its community is active. Even if you're not fixing bugs, consider contributing through code improvements, documentation updates, tutorials, or by assisting others in community channels. We highly encourage everyone, as a community, to help support open-source work.

To reiterate, DefectiveCode will prioritize bugs based on how they impact our paid products, community pull requests, and the financial support received for issues.

License

The MIT License (MIT). Please see License File for more information.

Related Packages

absszero/laravel-stackdriver-error-reporting

Stackdriver Error Reporting for Laravel

196,324 8
paxha/laravel-recursive-relationships

This Laravel Eloquent extension provides recursive relationships using common ta...

57,320 27
defectivecode/mjml

Compile MJML to responsive HTML emails directly in PHP without requiring Node.js...

55,408 4
guanguans/laravel-dump-sql

laravel 中轻松容易的输出完整的 SQL 语句。 - Easy output of complete SQL statemen...

39,645 36
gathuku/laravelmpesa

A simple mpesa package for laravel framework

20,858 50