Async utility for PHP, powered by ReactPHP

1.0.1 2021-08-23 17:55 UTC

This package is auto-updated.

Last update: 2024-04-23 23:47:04 UTC


README

Async library powered by ReactPHP (WIP)

Implementing Command and Query Bus

framework:
    messenger:
        default_bus: command.bus
        buses:
            command.bus:
                middleware:
                    - validation
            query.bus:
                middleware:
                    - validation
            event.bus:
                default_middleware: allow_no_handlers
                middleware:
                    - validation