mmasiukevich/service-bus-skeleton

This package is abandoned and no longer maintained. The author suggests using the php-service-bus/skeleton package instead.

PHP Service Bus skeleton

v5.1.0 2022-04-06 00:23 UTC

README

This component is part of the PHP Service Bus

The basic skeleton of the application, which includes Publish\Subscribe pattern implementation with RabbitMQ transport

Usage

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

Contributing

Contributions are welcome! Please read CONTRIBUTING for details.

Communication Channels

You can find help and discussion in the following places:

License

The MIT License (MIT). Please see LICENSE for more information.