Libraries tagged by hexagonal-architecture
pccomponentes/ddd
145455 Downloads
Mini Framework to create projects with hexagonal architecture and domain driven design
dykyi-roman/awesome-claude-code
975 Downloads
Claude Code extension for PHP: audits (architecture, DDD, security, performance, PSR, design patterns, Docker, CI/CD, tests, docs), 3-level code review, automated bug fix, generators (DDD, CQRS, GoF patterns, PSR, tests, documentation, Docker, CI/CD), code explanation, refactoring. 26 commands, 62 agents, 259 skills.
onramplab/laravel-clean-architecture
24098 Downloads
An composer template
jardissupport/contract
818 Downloads
Consolidated contract interfaces for all Jardis packages — Kernel, Data, Repository, DbQuery, Messaging, Validation, Workflow, and more
modularize-rbac/core
1692 Downloads
Framework-agnostic core for modular RBAC: modules, roles, permissions, i18n translations. Pure PHP, hexagonal architecture.
jardissupport/dotenv
1093 Downloads
Environment file loader with cascading overrides, variable interpolation, type casting, and include directives
jardissupport/classversion
293 Downloads
Runtime class versioning via namespace injection with configurable fallback chains and proxy caching
jardiscore/kernel
138 Downloads
Hexagonal DDD kernel for PHP — DomainApp, BoundedContext, ContextResponse, DomainResponse; the runtime core that Jardis-generated domain code runs on
jardisadapter/eventdispatcher
86 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
257 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
dbravoan/dba-ddd-skeleton
79 Downloads
A skeleton package for implementing DDD and Hexagonal Architecture in Laravel.
abenevaut/laravel-infrastructure
4734 Downloads
Laravel Infrastructure
devcortes/laravel-clean-architecture
44 Downloads
A Laravel package to scaffold hexagonal architecture modules
jardissupport/repository
102 Downloads
Repository pattern for PHP — generic CRUD with raw-data access, read/write splitting, and pluggable primary-key strategies; the persistence layer Jardis-generated repositories build on
jardissupport/dbquery
356 Downloads
Fluent SQL query builder with CTEs, window functions, subqueries, and JSON support for MySQL, MariaDB, PostgreSQL, and SQLite