Libraries tagged by Hexagonal architecture
boundwize/structarmed
770595 Downloads
Configurable PHP architecture guards — define your layers and rules, then keep them enforced
pccomponentes/ddd
151916 Downloads
Mini Framework to create projects with hexagonal architecture and domain driven design
dykyi-roman/awesome-claude-code
1576 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
26076 Downloads
An composer template
jardissupport/contracts
693 Downloads
Consolidated contract interfaces for all Jardis packages — Kernel, Data, Repository, DbQuery, Messaging, Validation, Workflow, and more
devcortes/laravel-clean-architecture
135 Downloads
A Laravel package to scaffold hexagonal architecture modules
zolta/forge
86 Downloads
Domain layer foundation for PHP 8.2+ providing Value Objects with attribute-based validation, Entities, Aggregates, Rules, Specifications, Policies, Invariants, Transformers, and a framework-agnostic adapter system.
zolta/cqrs
79 Downloads
CQRS application layer for PHP 8.2+ with command/query buses, decorator-based middleware pipeline, Result/Option monads, repository abstractions with caching, transaction management, domain event dispatching, and automatic handler discovery via attributes.
jardissupport/repository
34 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/dotenv
1804 Downloads
Environment file loader with cascading overrides, variable interpolation, type casting, and include directives
jardissupport/dbquery
75 Downloads
Fluent SQL query builder with CTEs, window functions, subqueries, and JSON support for MySQL, MariaDB, PostgreSQL, and SQLite
jardissupport/classversion
87 Downloads
Runtime class versioning via namespace injection with configurable fallback chains and proxy caching
jardiscore/kernel
32 Downloads
Infrastructure kernel for PHP — an immutable DomainKernel holding wired-up cache, logger, event dispatcher, HTTP client, database, mailer and filesystem, plus an optional ENV-driven bootstrap. Jardis-generated domain code reaches it through a single interface.
jardisadapter/mailer
54 Downloads
SMTP mail client with STARTTLS, authentication, HTML and plain text support, attachments, and retry with exponential backoff; a building block of the open-source foundation that Jardis-generated DDD code runs on
jardisadapter/logger
56 Downloads
PSR-3 logging pipeline with 20+ handlers, 7 formatters, 6 enrichers, and fluent builder API; a building block of the open-source foundation that Jardis-generated DDD code runs on