mmasiukevich / service-bus-skeleton
PHP Service Bus skeleton
Installs: 22
Dependents: 0
Suggesters: 0
Security: 0
Stars: 5
Watchers: 2
Forks: 2
Open Issues: 0
Type:project
Requires
- php: >=8.1
- ext-json: *
- php-service-bus/event-sourcing: v5.1.*
- php-service-bus/sagas: v5.1.*
- php-service-bus/scheduler: v5.1.*
- php-service-bus/service-bus: v5.1.*
Requires (Dev)
- boesing/psalm-plugin-stringf: v1.1.*
- php-service-bus/code-style-config: v5.1.*
- phpstan/phpstan: v1.5.*
- phpunit/phpunit: v9.5.*
- vimeo/psalm: v4.22.*
This package is auto-updated.
Last update: 2022-04-06 00:24:33 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.