An open API service indexing awesome lists of open source software.

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

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