An open API service indexing awesome lists of open source software.

https://github.com/ityetti/rabbitmq-php

Simple PHP Script for RabbitMQ
https://github.com/ityetti/rabbitmq-php

Last synced: about 1 year ago
JSON representation

Simple PHP Script for RabbitMQ

Awesome Lists containing this project

README

          

![RabbitMQ](https://cdn.iconscout.com/icon/free/png-256/rabbitmq-282296.png)

# Simple PHP Script for RabbitMQ

This is a simple AMQP send-receive client for RabbitMQ.

### Installation
```
git clone git@github.com:ityetti/rabbitmq-php.git
cd rabbitmq-php
composer install
```

### Run consumer (receiver)
`php receive.php`

### Run publisher (sender):
`php send.php`