Libraries tagged by flexagon
jardisadapter/eventdispatcher
150 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
197 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
141 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
honeybee/honeybee
2120 Downloads
Library for implementing CQRS driven, event-sourced and distributed architectures.
coolms/core
132 Downloads
Kernel contracts for the CoolMS platform: entity vocabulary, persistence-neutral mapping attributes, domain events, config loading, outbox/inbox and the seams modules implement
aseguragonzalez/php-mvc
155 Downloads
Lightweight PHP MVC Framework
devcortes/laravel-clean-architecture
159 Downloads
A Laravel package to scaffold hexagonal architecture modules
aseguragonzalez/php-seedwork
244 Downloads
DDD and Hexagonal (Clean) Architecture building blocks (aggregates, entities, value objects, etc).
reformo/hexagonal-cqrs-skeleton
10 Downloads
Hexagonal (Ports and Adapters) Architecture and CQRS Ready Zend Expressive Skeleton!
innovartingsas/laravel-hexagonal
272 Downloads
Hexagonal architecture for Laravel
ahmed-bhs/hexagonal-maker-bundle
1 Downloads
Hexagonal Architecture Maker Bundle for Symfony - Generate Commands, Queries, and more with CQRS pattern
usantisteban/laravel-domain-driven
6 Downloads
Laravel domain-driven development starter template.
rnevarezc/ddd-legos
963 Downloads
DDD Building Blocks for PHP
phpddd/repository
598 Downloads
Implementation of a base repository
nilportugues/repository-cache
236 Downloads
Implementation of a base repository with cache layer using StashPHP