This component is part of the PHP Service Bus
The basic skeleton of the application, which includes Publish\Subscribe pattern implementation with RabbitMQ transport
composer create-project php-service-bus/skeleton my-project
cd my-project
make start && make consumer-logs
After launching containers, execute
make ping && make consumer-logs
Contributions are welcome! Please read CONTRIBUTING for details.
You can find help and discussion in the following places:
The MIT License (MIT). Please see LICENSE for more information.