phpdot/container dependents (27) Order by: name | downloads Show: all | require | require-dev
-
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. Redis, File, Array, APCu, Null. remember() pattern. Standalone.
-
PHP
phpdot/console
CLI application framework wrapping symfony/console. DI integration, command discovery, output helpers.
-
-
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/logs
The phpdot observability engine: distributed tracing runtime, per-coroutine scope management, and W3C Trace Context value objects. Backend-agnostic; writers are peer packages.
-
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
Attribute-driven package scanning, definition generation, and config scaffolding for PHPdot.
-
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/psr-bridge
A thin PSR-3 / Monolog writer for the phpdot observability engine. A peer backend: depends only on the contracts and psr/log — never on tracelog.
-
PHP
phpdot/qrcode
Coroutine-safe QR code generation with SVG, PNG and data-URI renderers for the PHPdot ecosystem.