Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 602 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 602 Bytes

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