PHPackages                             mohmann/hexagonal - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. mohmann/hexagonal

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

mohmann/hexagonal
=================

Provides utilities to build application using hexagonal architecture

v0.2.0(7y ago)06MITPHPPHP ^7.1

Since Oct 21Pushed 7y ago1 watchersCompare

[ Source](https://github.com/martinohmann/hexagonal)[ Packagist](https://packagist.org/packages/mohmann/hexagonal)[ RSS](/packages/mohmann-hexagonal/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependencies (12)Versions (3)Used By (0)

hexagonal
=========

[](#hexagonal)

[![Latest Stable Version](https://camo.githubusercontent.com/2eb127692608052166e1147ae2a9cb6c64e4efa392c3b8db16d8b3f41386c32c/68747470733a2f2f706f7365722e707567782e6f72672f6d6f686d616e6e2f68657861676f6e616c2f762f737461626c65)](https://packagist.org/packages/mohmann/hexagonal)[![Build Status](https://camo.githubusercontent.com/09090c4e2c03457cffca77938edf1af2ec3ba01eecc0a4f5529804d283d8e757/68747470733a2f2f7472617669732d63692e6f72672f6d617274696e6f686d616e6e2f68657861676f6e616c2e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/martinohmann/hexagonal)[![Coverage Status](https://camo.githubusercontent.com/a443b7e817b9a679225ebb270dfcccba4a604572fc4081a0b574c8f4284838dc/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6769746875622f6d617274696e6f686d616e6e2f68657861676f6e616c2f62616467652e737667)](https://coveralls.io/github/martinohmann/hexagonal)[![License](https://camo.githubusercontent.com/7013272bd27ece47364536a221edb554cd69683b68a46fc0ee96881174c4214c/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d626c75652e737667)](https://opensource.org/licenses/MIT)[![PHP 7.1+](https://camo.githubusercontent.com/e6556d680d7fcf917890d04219d10f99ae03b29748d031fba63cb2e2538efeea/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f7068702d372e312532422d626c75652e737667)](https://packagist.org/packages/mohmann/hexagonal)

This package provides the building blocks to build PHP applications using [Hexagonal Architecture](https://fideloper.com/hexagonal-architecture) (a.k.a. Ports-and-Adapters).

Installation
------------

[](#installation)

Via composer:

```
composer require mohmann/hexagonal

```

Usage example
-------------

[](#usage-example)

```
