eGen/MessageBus
PHP 7.1+ integration of SimpleBus/MessageBus to Nette Framework.
For older PHP versions see version 1.0.
Installation
The best way to install eGen/MessageBus is using Composer:
$ composer require egen/message-bus
Documentation
Learn more in the documentation.
-
2.0.0 2.0.0
- Bumped minimal PHP version to 7.1
- Updated
simple-bus/message-bus
to v3.0 - Allowed autowiring of handlers/subscribers
declare(strict_types=1)
everywhere- Added support for
__invoke
methods