phpdot/container dependents (23) 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/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/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/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/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/qrcode
Coroutine-safe QR code generation with SVG, PNG and data-URI renderers for the PHPdot ecosystem.
-
-
PHP
phpdot/redis
Coroutine-safe Redis client wrapping ext-redis with auto-reconnect, exponential backoff, exception translation, and a pool connector for phpdot/pool.