DefectiveCode / laravel-sqs-extended

Laravel SQS extended 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.
MIT License
0 stars 0 forks source link