Packages from nexus-actors
-
-
PHP
nexus-actors/cluster
Nexus cluster — distributed actors with consistent hashing, transport, and actor directory.
-
PHP
nexus-actors/core
Nexus actor system core — behaviors, actors, supervision, checked exception hierarchy.
-
-
-
PHP
nexus-actors/persistence-dbal
Nexus persistence DBAL adapter — Doctrine DBAL-backed event store, snapshot store, and durable state store.
-
PHP
nexus-actors/persistence-doctrine
Nexus persistence Doctrine ORM adapter — entity-based event store, snapshot store, and durable state store.
-
-
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.
-
PHP
nexus-actors/runtime-swoole
Nexus Swoole runtime — actors as Swoole coroutines with native channels.
-
PHP
nexus-actors/serialization
Nexus serialization — Valinor-based message serialization with type registry.