PHPackages                             christoph-kluge/bref-sqs-laravel - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Queues &amp; Workers](/categories/queues)
4. /
5. christoph-kluge/bref-sqs-laravel

ActiveLibrary[Queues &amp; Workers](/categories/queues)

christoph-kluge/bref-sqs-laravel
================================

Serverless Queues for Laravel on AWS Lambda (SQS)

2.0.0(4y ago)1361.5k↑13.2%3[2 PRs](https://github.com/christoph-kluge/bref-sqs-laravel/pulls)MITPHP

Since Jan 13Pushed 1y ago3 watchersCompare

[ Source](https://github.com/christoph-kluge/bref-sqs-laravel)[ Packagist](https://packagist.org/packages/christoph-kluge/bref-sqs-laravel)[ RSS](/packages/christoph-kluge-bref-sqs-laravel/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (8)Dependencies (1)Versions (12)Used By (0)

Serverless Queues for Laravel on AWS Lambda (SQS)
=================================================

[](#serverless-queues-for-laravel-on-aws-lambda-sqs)

Do you have scaling problems with your laravel queues? Install, deploy and bother less!

Thanks to the severless approach it's very easy to scale parts of your software. This projects adds native laravel queue support.

Thanks to `brefphp/bref` and `serverless/serverless` which do the heavy lifing here.

Supported bref versions
-----------------------

[](#supported-bref-versions)

VersionTagStatus&gt;=1.3^2.0supported1.2.x^1.0supported1.1.x^0untested - perhaps supported0.5.x0.0.1supportedSupported laravel versions
--------------------------

[](#supported-laravel-versions)

Laravel VersionTagStatus9.x^2.0supported8.x^1.0 and ^2.0supported7.x0.\*supported6.x0.\*supported5.80.\*supported&lt; 5.8-unknownInstall
-------

[](#install)

To install via Composer, use the command below. It will automatically detect the latest version and bind it with ^.

```
composer require christoph-kluge/bref-sqs-laravel

```

This package will automatically register the ServiceProvider within your laravel application.

Usage instructions
------------------

[](#usage-instructions)

1. Configure your application to use SQS queues (please refer to the official laravel documentation)
2. Install this package through composer
3. Add the example `artisan.php` to the root directory of your project
4. Update your `serverless.yml` with a new handler using the `artisan.php`

### Example artisan.php

[](#example-artisanphp)

```
#!/opt/bin/php
