Libraries tagged by Domain Driven
jardisadapter/filesystem
202 Downloads
Filesystem abstraction for PHP covering local and S3-compatible storage — unified read, write, stream, and visibility API without Flysystem or the AWS SDK; a building block of the open-source foundation that Jardis-generated DDD code runs on
jardisadapter/eventdispatcher
213 Downloads
PSR-14 event dispatcher for PHP with priority-ordered listeners, type-hierarchy matching, stoppable events, and deferred dispatch via EventCollector; a building block of the open-source foundation that Jardis-generated DDD code runs on
jardisadapter/dbconnection
283 Downloads
PDO connection pool for PHP with read/write splitting, round-robin load balancing across replicas, and automatic health checks — supports MySQL, PostgreSQL, and SQLite; a building block of the open-source foundation that Jardis-generated DDD code runs on
jardisadapter/cache
204 Downloads
PSR-16 multi-layer cache for PHP — stack Memory, APCu, Redis, and Database backends with automatic read-through backfill and write-through propagation; a building block of the open-source foundation that Jardis-generated DDD code runs on
jardis/dev-skills
315 Downloads
Composer plugin that installs Jardis Skills and aggregates AGENTS.md for AI-assisted development (Claude Code, Cursor, Continue, Aider)
hradigital/php-exceptions
864 Downloads
PHP Domain Exceptions library — a curated set of reusable, semantic exceptions for Domain-Driven Design applications.
hradigital/php-datatypes
922 Downloads
Easy way to build up and sanitize your application objects.
gember/serializer-symfony
1033 Downloads
Gember Event Sourcing Serializer adapter based on symfony/serializer
gember/rdbms-event-store-doctrine-dbal
1039 Downloads
Gember Event store (gember/event-sourcing) implementation based on doctrine/dbal
gember/message-bus-symfony
1031 Downloads
Gember Event Sourcing Message Bus adapter based on symfony/messenger
gember/identity-generator-symfony
1359 Downloads
Gember Event Sourcing Identity Generator adapter based on symfony/uid
gember/dependency-contracts
3020 Downloads
Dependency contracts for gember/event-sourcing
faran/pulsar
269 Downloads
An opinionated Laravel architecture for building modular, domain-driven applications at scale
dangerwayne/laravel-specifications
23194 Downloads
Elegant specification pattern implementation for Laravel with support for Eloquent queries and in-memory filtering
xprt64/cqrs-es
128 Downloads
CQRS with Event Sourcing mini framework for PHP