phpdot member since: Aug 07, 2025 · Transparency log

phpdot's packages

  • PHP

    phpdot/http-middleware

    PSR-15 middlewares for PHPdot.

  • PHP

    phpdot/i18n

    Internationalization with ICU MessageFormat, pluggable loaders, PSR-16 caching.

  • PHP

    phpdot/logs

    Tracer, span, and pending-log core implementing the contracts observability boundary.

  • PHP

    phpdot/mail

    Coroutine-safe transactional email for the PHPdot ecosystem: a fluent, immutable message builder over any symfony/mailer transport.

  • PHP

    phpdot/mongodb

    Resilient MongoDB client with fluent CRUD builders, Document object, exception translation, and query logging.

  • PHP

    phpdot/package

    Package discovery and definition loading for the PHPdot container.

  • PHP

    phpdot/path

    Project-root discovery and named path resolution for PHPdot, configured via phpdot/config.

  • PHP

    phpdot/pool

    Generic coroutine-safe connection pool for Swoole. Holds any object. Channel-based with idle cleanup, optional heartbeat, and leak prevention.

  • PHP

    phpdot/psr3-bridge

    PSR-3 logger bridge into the PHPdot writer pipeline.

  • PHP

    phpdot/qrcode

    Coroutine-safe QR code generation with SVG, PNG and data-URI renderers for the PHPdot ecosystem.

  • PHP

    phpdot/rabbitmq

    RabbitMQ client for PHP: publish, consume, retry, dead letter, topology.

  • PHP

    phpdot/realtime

    Real-time WebSocket engine — rooms, channels, presence, broadcast. Transport-agnostic: depends only on phpdot/contracts, never a concrete server.

  • PHP

    phpdot/redis

    Coroutine-safe Redis client wrapping ext-redis with auto-reconnect, exponential backoff, exception translation, and a pool connector for phpdot/pool.

  • PHP

    phpdot/routing

    High-performance segment-trie routing for PHP. PSR-7/15/17 compliant.

  • PHP

    phpdot/routing-rt

    Real-time routing for WebSocket and SSE — extends phpdot/routing.