simple-sqs-extended-client | A Laravel SQS driver that removes the 256KB payload limit by saving the payloads into S3
kandi X-RAY | simple-sqs-extended-client Summary
kandi X-RAY | simple-sqs-extended-client Summary
simple-sqs-extended-client is a PHP library. simple-sqs-extended-client has no bugs, it has no vulnerabilities, it has a Permissive License and it has low support. You can download it from GitHub.
Simple SQS Extended Client is a Laravel queue driver that was designed to work around the AWS SQS 256KB payload size limits. This queue driver will automatically serialize large payloads to a disk (typically S3) and then unserialize them at run time.
Simple SQS Extended Client is a Laravel queue driver that was designed to work around the AWS SQS 256KB payload size limits. This queue driver will automatically serialize large payloads to a disk (typically S3) and then unserialize them at run time.
Support
Quality
Security
License
Reuse
Support
simple-sqs-extended-client has a low active ecosystem.
It has 5 star(s) with 3 fork(s). There are 2 watchers for this library.
It had no major release in the last 12 months.
simple-sqs-extended-client has no issues reported. There are no pull requests.
It has a neutral sentiment in the developer community.
The latest version of simple-sqs-extended-client is 2.0.1
Quality
simple-sqs-extended-client has no bugs reported.
Security
simple-sqs-extended-client has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
License
simple-sqs-extended-client is licensed under the MIT License. This license is Permissive.
Permissive licenses have the least restrictions, and you can use them in most projects.
Reuse
simple-sqs-extended-client releases are available to install and integrate.
Installation instructions, examples and code snippets are available.
Top functions reviewed by kandi - BETA
kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of simple-sqs-extended-client
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of simple-sqs-extended-client
simple-sqs-extended-client Key Features
No Key Features are available at this moment for simple-sqs-extended-client.
simple-sqs-extended-client Examples and Code Snippets
No Code Snippets are available at this moment for simple-sqs-extended-client.
Community Discussions
No Community Discussions are available at this moment for simple-sqs-extended-client.Refer to stack overflow page for discussions.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install simple-sqs-extended-client
We highly recommend you use a private bucket when storing SQS payloads. Payloads can contain sensitive information and should never be shared publicly. Laravel Vapor users must set the connection name set to sqs. The sqs connection is looked for within Vapor Core and this library will not work as expected if you use a different connection name.
First create a disk that will hold all of your large SQS payloads.
Run composer require simplesoftwareio/simple-sqs-extended-client "~1" to install the queue driver.
Then, add the following default queue settings to your queue.php file.
Boot up your queues and profit without having to worry about SQS's 256KB limit :)
First create a disk that will hold all of your large SQS payloads.
Run composer require simplesoftwareio/simple-sqs-extended-client "~1" to install the queue driver.
Then, add the following default queue settings to your queue.php file.
Boot up your queues and profit without having to worry about SQS's 256KB limit :)
Support
You may request professional support by emailing support@simplesoftware.io. All requests for support require a $200 / hour fee. All other support will be provided by the open source community.
Find more information at:
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page