Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sschonss/php-hexagonal-basic
Studies about Hexagonal Architecture
https://github.com/sschonss/php-hexagonal-basic
Last synced: 26 days ago
JSON representation
Studies about Hexagonal Architecture
- Host: GitHub
- URL: https://github.com/sschonss/php-hexagonal-basic
- Owner: sschonss
- Created: 2024-03-15T17:33:54.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2024-03-15T17:34:34.000Z (11 months ago)
- Last Synced: 2024-11-13T02:13:36.746Z (3 months ago)
- Language: PHP
- Size: 7.81 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hexagonal Architecture in PHP
This is a simple example of how to implement the hexagonal architecture in PHP.
The main goal of this project is to show how to separate the business logic from the infrastructure.Inside the code, you will find snippets of code that show how to implement the hexagonal architecture in PHP.
The snippets are in portuguese, but I will translate them to English in the future.