Search by

phpdot/container suggesters (33)

  • PHP

    phpdot/ai

    LLM client layer for the PHPdot ecosystem — one streaming turn API over the two wire shapes that matter (Anthropic /messages and OpenAI-compatible /chat/completions), with tools, usage, and mid-turn cancellation, on ext-curl that yields coroutines under Swoole hooks.

  • PHP

    phpdot/bun

    A PHP wrapper around the Bun binary (oven-sh/bun, MIT licensed): manages a hidden Bun runtime and exposes its CLI as console commands.

  • PHP

    phpdot/cache

    PSR-16 cache with pluggable drivers for modern PHP.

  • PHP

    phpdot/console

    Attribute-driven console command discovery on Symfony Console.

  • PHP

    phpdot/database

    Query builder, schema management, and migrations for PHP. Built on Doctrine DBAL.

  • PHP

    phpdot/error

    Structured error codes with context, translatable messages, and uniform output across every channel.

  • PHP

    phpdot/event

    PSR-14 event dispatcher with attribute-discovered listeners, ordering, an async seam with a sync fallback, and host-owned persistence — observability through phpdot/contracts spans.

  • PHP

    phpdot/filesystem

    Coroutine-safe, PSR-native file storage for the PHPdot ecosystem: local and S3-compatible (AWS S3, Cloudflare R2, MinIO, DigitalOcean Spaces) over a PSR-18 + SigV4 client, with typed streams, resumable chunked uploads and first-class progress.

  • PHP

    phpdot/http

    PSR-7 HTTP messages, responses, and uploads for modern PHP.

  • PHP

    phpdot/i18n

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

  • PHP

    phpdot/iam

    Identity and access management for the PHPdot ecosystem — staged policy-driven authentication, typed permissions, and policy-class authorization. No policy engine, no DSL.

  • 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/mcp

    Model Context Protocol server for the PHPdot ecosystem — attribute-discovered tools, permission-filtered exposure per actor, Streamable HTTP through the official SDK, sessions shared across Swoole workers.

  • PHP

    phpdot/mongodb

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