Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Keep your architecture clean - PHPBenelux 2020

Keep your architecture clean - PHPBenelux 2020

Simon Mönch

January 25, 2020
Tweet

More Decks by Simon Mönch

Other Decks in Programming

Transcript

  1. @smoench89 Agenda • What is software architecture about? • Example

    application • Track application layers and enforce rules 2
  2. @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
  3. @smoench89 Installation ✓ PHAR | https://github.com/sensiolabs-de/deptrac/releases ✓ phive install -g

    sensiolabs-de/deptrac ✓ composer require --dev sensiolabs-de/deptrac-shim X composer require --dev sensiolabs-de/deptrac 12