e0ipso / amazon-sqs-php-extended-client-lib

An extension to the Amazon SQS client that enables sending and receiving messages up to 2GB via Amazon S3.
GNU General Public License v2.0
16 stars 9 forks source link

Build Status

Amazon SQS Extended Client Library for PHP

The Amazon SQS Extended Client Library for PHP enables you to manage Amazon SQS message payloads with Amazon S3. This is especially useful for storing and retrieving messages with a message payload size greater than the current SQS limit of 256 KB, up to a maximum of 2 GB. Specifically, you can use this library to:

You can install this library using composer doing:

composer require e0ipso/amazon-sqs-php-extended-client-lib

Getting Started

Acknowledgements

Feedback