Packages from phpdot
-
-
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/error-handler
Modern error handler with beautiful debug pages, RFC 9457 JSON errors, customizable renderers, solution providers, and PSR-15 middleware support.
-
PHP
phpdot/event
PSR-14 event dispatcher with attribute-based listener discovery, async dispatch, ordering, and persistence abstraction.
-
-
-
-
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/outbox
SMTP proxy server for PHP. Accept emails, store them, deliver via AWS SES or any provider.
-
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/qrcode
Coroutine-safe QR code generation with SVG, PNG and data-URI renderers for the PHPdot ecosystem.
-
-
-
-
PHP
phpdot/server-sapi
Classic-SAPI runtime adapter for PSR-15 (PHP-FPM, Apache mod_php, php -S). Framework-agnostic.
-
-
PHP
phpdot/session
Secure session management with pluggable handlers, flash data, CSRF tokens, and PSR-15 middleware.
-
PHP
phpdot/sheets
Fast, streaming, low-memory XLSX reader and writer with charts, images, conditional formatting and data validation as opt-in plugins.
-
PHP
phpdot/storage
Coroutine-safe file storage for the PHPdot ecosystem: local and S3-compatible (AWS S3, Cloudflare R2, MinIO) over league/flysystem, with validated uploads, optional file metadata, drafts and soft-delete.
-
PHP
phpdot/template
Swoole-safe Twig integration with auto-discovered extensions for the PHPdot ecosystem.
-
-
PHP
phpdot/validator
Strict, type-safe validation with structured error codes for the PHPdot ecosystem.