By Manuel Lemos
Multi-tenant applications serve multiple users or customers running the same code base and various versions of the same application as if the applications are separate.
This type of application structure allows a single effort to address the needs of different customers with minimal measure of adaptation.
This package provides an example of a multi-tenant application using the Symfony framework to help other developers learn from this effort.