nexus-actors/runtime dependents (19) Order by: name | downloads Show: all | require | require-dev
-
-
PHP
nexus-actors/cluster-tcp
Nexus cluster TCP — Swoole TCP mesh transport, membership gossip, and phi-accrual failure detection.
-
PHP
nexus-actors/core
Nexus actor system core — behaviors, actors, supervision, checked exception hierarchy.
-
PHP
nexus-actors/doctrine-dbal
Nexus Doctrine DBAL — coroutine-aware connection pool and actor-side integration (HTTP middleware lives in nexus-actors/doctrine-dbal-http).
-
PHP
nexus-actors/doctrine-orm
Nexus Doctrine ORM — pooled EntityManager and EntityBehavior DSL (HTTP middleware lives in nexus-actors/doctrine-orm-http).
-
-
PHP
nexus-actors/http-server-swoole
Nexus HTTP server — Swoole worker-mode adapter with WebSocket support.
-
PHP
nexus-actors/http-server-swoole-threads
Thread-mode HTTP server built on Swoole 6 native SWOOLE_THREAD; cross-thread pool-singleton actors via WorkerNode.
-
PHP
nexus-actors/messenger
Nexus messenger — two-way bridge between Nexus actors and Symfony Messenger transports: producer refs, supervised receiver actor, and worker recycling.
-
PHP
nexus-actors/messenger-console
Nexus messenger console — Symfony Console runners for the nexus-messenger bridge: nexus:messenger:consume and nexus:messenger:produce commands.
-
PHP
nexus-actors/messenger-console-swoole
Nexus messenger console Swoole adapter — threaded consume command over the Swoole worker pool.
-
-
PHP
nexus-actors/observability-otel
Nexus observability OpenTelemetry bridge — SDK-backed Tracer/Meter and an OTLP provider factory.
-
PHP
nexus-actors/runtime-fiber
Nexus Fiber runtime — actors as PHP fibers with cooperative scheduling.
-
PHP
nexus-actors/runtime-step
Nexus Step runtime — deterministic actor execution for testing with manual stepping and virtual time.