DEV Community

Discussion on: An introduction to Symfony | The foundation of modern PHP applications

Collapse
 
brpaz profile image
Bruno Paz

Yes. In some sense, I see PHP with Symfony as a somewhat lighter version of Java, at least in terms of how you structure your application. If you like OOP, Design patterns and Clean Architecture without the memory hog that is Java, you will feel at home with Symfony.

Maybe Typescript could also be a viable option for this kind of architecture.