@smoench89
Agenda
• What is software architecture about?
• Example application
• Track application layers and enforce rules
2
Slide 3
Slide 3 text
@smoench89
Simon Mönch
@smoench89
Symfony User Group Cologne Organizer
3
Slide 4
Slide 4 text
@smoench89
What is software architecture about?
4
Slide 5
Slide 5 text
@smoench89
What is software architecture about?
• Communication
‣ Requirements
‣ Decisions
‣ Agreements
5
Slide 6
Slide 6 text
@smoench89
–Ralph Johnson
„Architecture is about the important stuff. Whatever that is.“
6
Slide 7
Slide 7 text
@smoench89
Example
7
• API driven
• Admin and Customer API
• Easily extendable with other APIs / 3rd Party Integrations
• Keep in mind a API context could spilt out to its own service
Slide 8
Slide 8 text
@smoench89
Hexagonal architecture
Ports and adapter architecture
8