Download the PHP package muxtorov98/rabbitmq-universal without Composer

On this page you can find all versions of the php package muxtorov98/rabbitmq-universal. 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 rabbitmq-universal

🐇 RabbitMQ Universal Queue Worker (Laravel, Symfony, Yii2)

Universal RabbitMQ Queue System — bu PHP 8+ uchun ishlab chiqilgan framework-agnostic kutubxona bo‘lib,
Laravel, Symfony va Yii2 loyihalarida xabar yuborish (publish) va qabul qilish (consume) jarayonlarini bir xil sintaksisda amalga oshirish imkonini beradi.


🚀 Asosiy xususiyatlar

✅ Laravel, Symfony va Yii2 bilan avtomatik moslashadi
.env orqali sozlanadi — qo‘shimcha config talab etilmaydi
✅ Auto reconnect & retry mexanizmi
✅ QoS, prefetch, confirm mode (ACK) qo‘llab-quvvatlanadi
✅ PSR-4 autoload va PSR-3 logging
✅ Worker backgroundda doimiy ishlaydi (Supervisor yoki Docker bilan)


📦 O‘rnatish


⚙️ .env konfiguratsiyasi

Loyha ildizida .env fayl yarating:


🧩 Umumiy Worker va Publisher misoli

🔧 Handler (har uchala framework uchun bir xil)

laravel Handler

app/Handlers/EmailHandler.php:

⚙️ Laravel integratsiyasi

🪄 1. Avtomatik yuklash

Paket avtomatik tarzda RabbitMQServiceProvider ni yuklaydi, qo‘shimcha ro‘yxatdan o‘tkazish talab etilmaydi.

🏃 2. Worker ishga tushirish

⚙️ Yii2 integratsiyasi

⚙️ 1. console/config/main.php faylida controllerMap sozlovi

Yii2 Handler

console/Handlers/EmailHandler.php;

🏃 2. Worker ishga tushirish


⚙️ Symfony integratsiyasi

⚙️ 1. services.yaml konfiguratsiyasi

config/services.yaml fayliga quyidagilarni qo‘shing:


symfony Handler

src/Handlers/LogHandler.php;

🏃 2. Worker ishga tushirish


✉️ Publish qilish (hamma frameworklarda bir xil)


laravel

symfony

yii


All versions of rabbitmq-universal with dependencies

PHP Build Version
Package Version
Requires php Version >=8.1
ext-sockets Version *
php-amqplib/php-amqplib Version ^3.7 || ^4.0
vlucas/phpdotenv Version ^5.5
symfony/console Version ^5.0|^6.0|^7.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 muxtorov98/rabbitmq-universal contains the following files

Loading the files please wait ...