PHP code example of lsg / php-rabbitmq-bus

1. Go to this page and download the library: Download lsg/php-rabbitmq-bus library. Choose the download type require.

2. Extract the ZIP file and open the index.php.

3. Add this code to the index.php.
    
        
<?php
require_once('vendor/autoload.php');

/* Start to develop here. Best regards https://php-download.com/ */

    

lsg / php-rabbitmq-bus example snippets

regexp

return [
    'AMQP' => [
        'host' => "localhost",
        'port'=>"5672",
        'login'=>"admin",
        'password'=>"123456",
        'vhost'=>"my_vhost"
    ],
];

git clone https://github.com/linsonggao/php-rabbitmq-bus
composer install