tmihalicka member since: Apr 29, 2016 · Transparency log

tmihalicka's packages

  • PHP

    monadial/nexus-monorepo

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

  • PHP

    monadial/php-duration

    PHP Duration Type

  • PHP

    monadial/phpunit-docrunner

    Rust-style doc tests for PHP - run code examples in docblocks as PHPUnit tests

  • PHP

    nexus-actors/app

    Nexus application bootstrap — convenience API for building actor systems.

  • 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

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

  • PHP

    nexus-actors/http-auth

    Pluggable authentication and authorization for the Nexus HTTP stack.

  • 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/http-ws

    Runtime-agnostic WebSocket DSL for nexus-http.