Libraries tagged by hexagonal
boundwize/structarmed
905760 Downloads
Configurable PHP architecture guards — define your layers and rules, then keep them enforced
foysal50x/h3-php
27403 Downloads
PHP FFI bindings for Uber's H3 hexagonal hierarchical geospatial indexing system
pccomponentes/ddd
153070 Downloads
Mini Framework to create projects with hexagonal architecture and domain driven design
dykyi-roman/awesome-claude-code
1823 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.
michaellindahl/php-h3
34154 Downloads
H3: The hexagonal hierarchical geospatial indexing system system rewritten in PHP.
nilportugues/repository
2935 Downloads
Implementation of a base repository
coolms/core
784 Downloads
Kernel contracts for the CoolMS platform: entity vocabulary, persistence-neutral mapping attributes, domain events, config loading, outbox/inbox and the seams modules implement
zolta/forge
479 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
471 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.
onramplab/laravel-clean-architecture
26905 Downloads
An composer template
jardissupport/dotenv
2190 Downloads
Environment file loader with cascading overrides, variable interpolation, type casting, and include directives
jardissupport/contracts
1381 Downloads
Consolidated contract interfaces for all Jardis packages — Kernel, Data, Repository, DbQuery, Messaging, Validation, Workflow, and more
johnnickell/fight-common
596 Downloads
A shared PHP library for Hexagonal Architecture, CQRS, and reusable domain primitives
koshuang/laravel-hexagonal
104 Downloads
Laravel scaffolding for modular Hexagonal Architecture with Ports and Adapters.
nilportugues/sql-repository
1864 Downloads
SQL Repository implementation