Skip to content

An opninionated clean architecture implementation [Symfony 4, PHP, REST, Docker, MongoDB, Doctrine ODM]

Notifications You must be signed in to change notification settings

0mars/clean-architecture-symfony

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Clean Architecture in PHP Symfony

An example project following clean architecture principles in Symfony

Setup instructions

  1. create a .env file
cp .env.dist .env
  1. create containers
make start
  1. build php app
    • install vendor packages
    • check style/mess detector
    • run unit tests
make build-php-app php
  1. restart php container
make restart php

Hosts

Service

Documentation

About

An opninionated clean architecture implementation [Symfony 4, PHP, REST, Docker, MongoDB, Doctrine ODM]

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published