Download the PHP package chelout/laravel-yandex-message-queue without Composer
On this page you can find all versions of the php package chelout/laravel-yandex-message-queue. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download chelout/laravel-yandex-message-queue
More information about chelout/laravel-yandex-message-queue
Files in chelout/laravel-yandex-message-queue
Package laravel-yandex-message-queue
Short Description Yandex Message Queue connector
License MIT
Homepage https://github.com/chelout/laravel-yandex-message-queue
Informations about the package laravel-yandex-message-queue
Laravel Yandex Message Queue
Этот модуль расширяет стандартную реализацию работы с очередями SQS и сделан специально для работы с реализацией SQS от команды Яндекс.Облако.
Главный недостаток реализации SQS со стороны Яндекс.Облако - непереносимость между средами, названия очередей содержат их идентификатор, например, вместо стандартного названия очереди default
в Яндекс.Облаке такая очередь будет называться dj6000000002a9pq22in/default
Installation
You can install the package via composer:
В файле config/queue.php
необходимо описать соединение, которое будет использоваться:
В queue_map
описывается массив соответствия алиасов названий очередей и их реальных названий.
Usage
TODO
- tests
Credits
License
The MIT License (MIT). Please see License File for more information.
All versions of laravel-yandex-message-queue with dependencies
illuminate/support Version ^6.0|^7.0|^8.0
illuminate/queue Version ^6.0|^7.0|^8.0
illuminate/bus Version ^6.0|^7.0|^8.0
aws/aws-sdk-php Version ^3.0