Ecosyste.ms: Awesome
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: 10 days 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 (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-05-06T08:08:48.000Z (over 3 years ago)
- Last Synced: 2023-03-03T04:07:52.153Z (almost 2 years ago)
- Language: PHP
- Homepage:
- Size: 5.86 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`