2017 © Pedro PelĂĄez
 

library 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.

image

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.

  • Wednesday, July 20, 2016
  • by e0ipso
  • Repository
  • 1 Watchers
  • 1 Stars
  • 2,213 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 7 Open issues
  • 2 Versions
  • 34 % Grown

The README.md

Build Status, (*1)

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:, (*2)

  • Specify whether message payloads are always stored in Amazon S3 or only when a message's size exceeds a max size (defaults to 256 KB).
  • Send a message that references a single message object stored in an Amazon S3 bucket.
  • Get the corresponding message object from an Amazon S3 bucket.
  • Delete the corresponding message object from an Amazon S3 bucket.

You can install this library using composer doing:, (*3)

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

Getting Started

  • Sign up for AWS -- Before you begin, you need an AWS account. For more information about creating an AWS account and retrieving your AWS credentials, see AWS Account and Credentials in the AWS SDK for PHP Developer Guide.
  • Sign up for Amazon SQS -- Go to the Amazon SQS console to sign up for the service.
  • Minimum requirements -- To use the sample application, you'll need PHP 5.6+ and Composer. For more information about the requirements, see the Getting Started section of the Amazon SQS Developer Guide.
  • Further information - Read the API documentation and the SQS & S3 recommendations.

Acknowledgements

Feedback

  • Give us feedback here.
  • If you'd like to contribute a new feature or bug fix, we'd love to see Github pull requests from you.

The Versions

20/07 2016

dev-master

9999999-dev https://github.com/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.

  Sources   Download

GPL-2.0

The Requires

 

The Development Requires

by Mateu AguilĂł Bosch

amazon s3 aws sqs

20/07 2016

1.0.0-alpha

1.0.0.0-alpha https://github.com/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.

  Sources   Download

GPL-2.0

The Requires

 

The Development Requires

by Mateu AguilĂł Bosch

amazon s3 aws sqs