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
- Host: GitHub
- URL: https://github.com/ityetti/rabbitmq-php
- Owner: ityetti
- Created: 2020-02-12T11:25:13.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-03-04T21:21:08.000Z (over 2 years ago)
- Last Synced: 2025-04-15T02:46:52.069Z (about 1 year ago)
- Language: PHP
- Homepage:
- Size: 9.77 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# 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`