Skip to content

composer create-project php-service-bus/skeleton my-project

Notifications You must be signed in to change notification settings

php-service-bus/skeleton

Folders and files

NameName
Last commit message
Last commit date

Latest commit

c8ebf1c · Apr 6, 2022

History

48 Commits
Apr 6, 2022
Feb 14, 2021
Feb 14, 2021
Apr 6, 2022
Feb 14, 2021
Dec 21, 2018
Feb 14, 2021
Dec 4, 2018
Feb 27, 2019
Aug 20, 2020
Apr 6, 2022
Apr 6, 2022
Aug 16, 2020
Feb 14, 2021
Apr 6, 2022
Apr 6, 2022

Repository files navigation

What is it?

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.