Libraries tagged by actors
nexus-actors/messenger
0 Downloads
Nexus messenger — two-way bridge between Nexus actors and Symfony Messenger transports: producer refs, supervised receiver actor, and worker recycling.
nexus-actors/maker
2 Downloads
Code generators (make:actor, make:message) for Nexus skeleton projects.
nexus-actors/logger
0 Downloads
Async actor-backed PSR-3 logger for Nexus. Application code calls a PSR-3 LoggerInterface; records flow through a mailbox to an actor that drains them to console/file/custom handlers.
nexus-actors/http-ws
0 Downloads
Runtime-agnostic WebSocket DSL for nexus-http.
nexus-actors/http-toolkit
0 Downloads
Production essentials for Nexus HTTP: in-process test client, structured access logging, W3C trace-context propagation, body size limit, health checks.
nexus-actors/http-server-swoole-threads
0 Downloads
Thread-mode HTTP server built on Swoole 6 native SWOOLE_THREAD; cross-thread pool-singleton actors via WorkerNode.
nexus-actors/http-server-swoole
0 Downloads
Nexus HTTP server — Swoole worker-mode adapter with WebSocket support.
nexus-actors/http-auth
0 Downloads
Pluggable authentication and authorization for the Nexus HTTP stack.
nexus-actors/http
0 Downloads
Nexus HTTP framework — PSR-15 pipeline with actor injection.
nexus-actors/doctrine-orm
0 Downloads
Nexus Doctrine ORM — pooled EntityManager and EntityBehavior DSL (HTTP middleware lives in nexus-actors/doctrine-orm-http).
nexus-actors/doctrine-dbal
0 Downloads
Nexus Doctrine DBAL — coroutine-aware connection pool and actor-side integration (HTTP middleware lives in nexus-actors/doctrine-dbal-http).
nexus-actors/core
39 Downloads
Nexus actor system core — behaviors, actors, supervision, checked exception hierarchy.
nexus-actors/cluster-tcp
0 Downloads
Nexus cluster TCP — Swoole TCP mesh transport, membership gossip, and phi-accrual failure detection.
nexus-actors/cluster
0 Downloads
Nexus cluster — remote multi-node contracts for TCP-based distributed actor routing.
nexus-actors/app
15 Downloads
Nexus application bootstrap — convenience API for building actor systems.