Download the PHP package christoph-kluge/bref-sqs-laravel without Composer

On this page you can find all versions of the php package christoph-kluge/bref-sqs-laravel. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package bref-sqs-laravel

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

Version Tag Status
>=1.3 ^2.0 supported
1.2.x ^1.0 supported
1.1.x ^0 untested - perhaps supported
0.5.x 0.0.1 supported

Supported laravel versions

Laravel Version Tag Status
9.x ^2.0 supported
8.x ^1.0 and ^2.0 supported
7.x 0.* supported
6.x 0.* supported
5.8 0.* supported
< 5.8 - unknown

Install

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

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

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 serverless.yml

TODOs

References / Links / Insights

Useful links and insights about this topic:


All versions of bref-sqs-laravel with dependencies

PHP Build Version
Package Version
Requires bref/bref Version >=1.3.0
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package christoph-kluge/bref-sqs-laravel contains the following files

Loading the files please wait ....