nexus-actors/core dependents (25) Order by: downloads | none Show: all | require | require-dev
-
-
PHP
nexus-actors/skeleton
Minimal skeleton for building applications on the Nexus actor system (PHP 8.5+).
-
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/observability-http
Nexus HTTP observability — PSR-15 server-span middleware and PSR-14 RED-metrics listener.
-
PHP
nexus-actors/runtime-step
Nexus Step runtime — deterministic actor execution for testing with manual stepping and virtual time.
-
PHP
nexus-actors/worker-pool-swoole
Nexus worker pool Swoole adapter — thread-based worker pool using Swoole Thread primitives.
-
PHP
nexus-actors/worker-pool
Nexus worker pool — local multi-worker actor scaling with consistent hashing and envelope-based transport.
-
PHP
nexus-actors/observability-worker-pool
Nexus worker-pool observability — tracing transport decorator that propagates trace context across worker threads and records transport metrics.
-
PHP
nexus-actors/observability-otel
Nexus observability OpenTelemetry bridge — SDK-backed Tracer/Meter and an OTLP provider factory.
-
PHP
nexus-actors/observability-actor
Nexus actor-system observability — internal-state metrics (live actors, dead letters, running) as OTEL gauges.
-
PHP
nexus-actors/messenger-console-swoole
Nexus messenger console Swoole adapter — threaded consume command over the Swoole worker pool.
-
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
Nexus messenger — two-way bridge between Nexus actors and Symfony Messenger transports: producer refs, supervised receiver actor, and worker recycling.
-
-
PHP
nexus-actors/serialization
Nexus serialization — Valinor-based message serialization with type registry.