https://github.com/gemblue/mezzioddd
Simple apps with domain driven design approach. Written in Mezzio Microframework
https://github.com/gemblue/mezzioddd
ddd mezzio microframework
Last synced: 7 months ago
JSON representation
Simple apps with domain driven design approach. Written in Mezzio Microframework
- Host: GitHub
- URL: https://github.com/gemblue/mezzioddd
- Owner: gemblue
- License: bsd-3-clause
- Created: 2020-04-20T01:03:15.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-04-20T02:01:35.000Z (over 5 years ago)
- Last Synced: 2025-01-16T07:56:07.295Z (9 months ago)
- Topics: ddd, mezzio, microframework
- Language: HTML
- Homepage:
- Size: 272 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Mezzio DDD
This project was built to learn how to build DDD architecture. Especially in Mezzio Microframework.
Sorry for the bad commit message Hahaha .. I am too Lazy to write it.## What Is DDD
Domain Driven Design, visit https://en.wikipedia.org/wiki/Domain-driven_design
## What Is Mezzio
Mezzio is a popular Framework from Zend Framework Team. Formerly Zend Expressive.
## The Lessons Inside
- DDD, Domain Driven Design
- How MicroFramework Work
- PSR-15 (HTTP Request Handlers)
- PSR-7 (HTTP Messages)
- Framework Pipeline
- ORM with Docrine.
- Unit Test
- Gitlab Continous Integration