nexus-actors/core dependents (25) Order by: name | downloads Show: all | require | require-dev

  • PHP

    nexus-actors/app

    Nexus application bootstrap — convenience API for building actor systems.

    Latest version requires nexus-actors/core ^0.1

  • PHP

    nexus-actors/cluster

    Nexus cluster — remote multi-node contracts for TCP-based distributed actor routing.

    Latest version requires nexus-actors/core ^0.1

  • PHP

    nexus-actors/cluster-tcp

    Nexus cluster TCP — Swoole TCP mesh transport, membership gossip, and phi-accrual failure detection.

    Latest version requires nexus-actors/core ^0.1

  • 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).

    Latest version requires nexus-actors/core ^0.1

  • PHP

    nexus-actors/doctrine-orm

    Nexus Doctrine ORM — pooled EntityManager and EntityBehavior DSL (HTTP middleware lives in nexus-actors/doctrine-orm-http).

    Latest version requires nexus-actors/core ^0.1

  • PHP

    nexus-actors/http

    Nexus HTTP framework — PSR-15 pipeline with actor injection.

    Latest version requires nexus-actors/core ^0.1

  • PHP

    nexus-actors/http-auth

    Pluggable authentication and authorization for the Nexus HTTP stack.

    Latest version requires nexus-actors/core ^0.1

  • PHP

    nexus-actors/http-server-swoole

    Nexus HTTP server — Swoole worker-mode adapter with WebSocket support.

    Latest version requires nexus-actors/core ^0.1

  • 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.

    Latest version requires nexus-actors/core ^0.1

  • PHP

    nexus-actors/http-ws

    Runtime-agnostic WebSocket DSL for nexus-http.

    Latest version requires nexus-actors/core ^0.1

  • 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.

    Latest version requires nexus-actors/core self.version

  • PHP

    nexus-actors/messenger

    Nexus messenger — two-way bridge between Nexus actors and Symfony Messenger transports: producer refs, supervised receiver actor, and worker recycling.

    Latest version requires nexus-actors/core ^0.1

  • PHP

    nexus-actors/messenger-console

    Nexus messenger console — Symfony Console runners for the nexus-messenger bridge: nexus:messenger:consume and nexus:messenger:produce commands.

    Latest version requires nexus-actors/core ^0.1

  • PHP

    nexus-actors/messenger-console-swoole

    Nexus messenger console Swoole adapter — threaded consume command over the Swoole worker pool.

    Latest version requires nexus-actors/core ^0.1

  • PHP

    nexus-actors/nexus

    Nexus — A production-grade actor system for PHP 8.5+. Meta-package.

    Latest version requires nexus-actors/core dev-main