https://github.com/fdjrr/rabbitmq-php
Nyobain RabbitMQ (Message Broker) untuk PHP
https://github.com/fdjrr/rabbitmq-php
php rabbitmq
Last synced: 3 months ago
JSON representation
Nyobain RabbitMQ (Message Broker) untuk PHP
- Host: GitHub
- URL: https://github.com/fdjrr/rabbitmq-php
- Owner: fdjrr
- Created: 2023-04-22T12:26:25.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-22T12:29:54.000Z (about 2 years ago)
- Last Synced: 2025-01-18T00:49:15.695Z (5 months ago)
- Topics: php, rabbitmq
- Language: PHP
- Homepage: https://github.com/fdjrr/rabbitmq-for-php
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# How to Consume RabbitMQ using php-amqplib.
1. clone this repository.
```
git clone https://github.com/deltamas-project/rabbitmq-for-php
```2. Install the library.
```
composer update
```try run the script.
## Direct Message
```
cd direct_message
php send.php
php receive.php
```## Delay Message
```
cd delay_message
php send.php
php receive.php
```https://github.com/php-amqplib/php-amqplib/tree/master/demo