Libraries tagged by dispatch
genai/web
44 Downloads
Web/MVC layer over genai/http: #[Controller]/#[RestController] (with a base path) and #[Route] attributes, a View value object, a default genai/view engine (override with #[ViewRegister]), and a dispatcher. Routes compile to genai/routing's standalone matcher. Runtime is PHP 5.3-safe; the attributes/processors are PHP 8 build-time.
genai/messaging
42 Downloads
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 NO broker — each app registers its own Consumer/Producer (Kafka, Pdo, SQS, ...). Shares the same compiled container as the web and CLI fronts.
genai/http
49 Downloads
Minimal HTTP layer (Request/Response/JsonResponse) and a Dispatcher that wires the router and container, compatible with PHP 5.3.29
genai/boot
47 Downloads
Application kernel with Composer-based package auto-discovery (Laravel style): reads each installed component's extra.genai.processors so the app never hand-lists them, then boots the compiled app into a ready Dispatcher. Build-time uses PHP 8; the Kernel + runtime boot are PHP 5.3-safe.
genai/attribute
39 Downloads
Build-time attribute scanner that dispatches custom attributes to your handlers. PHP 8 only; it emits no runtime code itself — your handlers feed the PHP 5.3-safe *Register dumpers.
form-relay/request
15126 Downloads
FormRelay route and dispatcher for (http) requests.
dmstr/symfony-job-queue-bundle
175 Downloads
Persisted job tracking on top of Symfony Messenger: Job entity with status, JobQueueService for dispatch, JobMessage/JobMessageHandler for async execution.
danack/slim-auryn-invoker
2159 Downloads
Allows route callables to be dispatched by Auryn.
crysalead/queue
10044 Downloads
Simple queue consumer framework that supports message dispatching.
codemonster-ru/events
168 Downloads
PSR-14 event dispatcher primitives for Annabel applications.
cleaniquecoders/laravel-config-webhook
170 Downloads
Define, sign, dispatch and log outgoing webhooks in Laravel with retries, HMAC signatures, and an optional Livewire + Flux admin UI.
celemas/router
176 Downloads
PSR-7/PSR-15 router and dispatcher
berlioz/event-manager
6829 Downloads
PHP event manager/dispatcher, respecting PSR-14 (Event Dispatcher) standard.
bencoderus/laravel-webhook
55 Downloads
The package allows clients/businesses to dispatch webhook to their users.
aria-php/aria-webhooks
3651 Downloads
Webhooks dispatcher framework for ARIA