Packages from nexus-actors · Transparency log
-
-
PHP
nexus-actors/cluster
Nexus cluster — remote multi-node contracts for TCP-based distributed actor routing.
-
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/http-toolkit
Production essentials for Nexus HTTP: in-process test client, structured access logging, W3C trace-context propagation, body size limit, health checks.
-
-
PHP
nexus-actors/logger
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.
-
-
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
Nexus observability contracts — vendor-neutral tracing, metrics, and context-propagation interfaces with no-op defaults.
-
PHP
nexus-actors/observability-actor
Nexus actor-system observability — internal-state metrics (live actors, dead letters, running) as OTEL gauges.
-
PHP
nexus-actors/observability-doctrine
Nexus Doctrine observability — DBAL/ORM pool metrics and DBAL SQL query tracing.
-
PHP
nexus-actors/observability-http
Nexus HTTP observability — PSR-15 server-span middleware and PSR-14 RED-metrics listener.
-
PHP
nexus-actors/observability-logger
Nexus logs↔traces correlation — a RecordProcessor that stamps active-span trace/span ids onto log records.
-
PHP
nexus-actors/observability-otel
Nexus observability OpenTelemetry bridge — SDK-backed Tracer/Meter and an OTLP provider factory.
-
PHP
nexus-actors/observability-persistence
Nexus persistence observability — tracing decorators for event/snapshot/durable-state stores.
-
PHP
nexus-actors/observability-serialization
Nexus serialization observability — tracing decorator for message serializers.
-
PHP
nexus-actors/observability-swoole
Nexus Swoole observability — coroutine-aware OTEL context storage and Swoole admin metrics.
-
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/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.
-
PHP
nexus-actors/serialization-msgpack
Nexus msgpack serialization — dual-backend msgpack codec with native ext-msgpack and rybakit/msgpack fallback.
-
PHP
nexus-actors/skeleton
Minimal skeleton for building applications on the Nexus actor system (PHP 8.5+).
-
PHP
nexus-actors/worker-pool
Nexus worker pool — local multi-worker actor scaling with consistent hashing and envelope-based transport.
-
PHP
nexus-actors/worker-pool-swoole
Nexus worker pool Swoole adapter — thread-based worker pool using Swoole Thread primitives.