Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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

Last synced: 10 days 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 [email protected]:ityetti/rabbitmq-php.git
cd rabbitmq-php
composer install
```

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

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