This is the Queues Abstraction Library. It will provide you with two main abstractions:
- DomainEvent: Publish and subscribe to Domain Events.
- Tasks: Produce and Consume Tasks.
composer require "pluggit/queues"
Start environment
make dev
Enter environment
make enter
PhpSpec:
bin/phpspec run
Behat:
bin/behat
Helpers: Small cli tool for manual execution