genai / messaging
Provider-agnostic messaging front (the third twin of genai/web and genai/console): the Producer/Consumer/MessageEvent contracts, a #[MessageHandler] attribute, a build-time MessageHandlerProcessor that compiles consumers.php, and a PHP 5.3-safe Worker runner that dispatches to handler beans. Ships N
v1.0.1
2026-07-10 02:09 UTC
Requires
- php: >=5.3.0
- genai/boot: *
- genai/container: *
Suggests
- genai/attribute: PHP 8 build-time #[MessageHandler] scanning via GenAI\Messaging\Processor\MessageHandlerProcessor.
- genai/di: #[MessageHandler] extends GenAI\Di\Component so the di processor registers handlers as beans.