DEV Community

Discussion on: Should I use PHP to make a website in 2020 ?

Collapse
 
joppedc profile image
JoppeDC

As most people suggest, PHP is perfectly fine for websites. But i highly suggest using a framework. Personally, i prefer Symfony over anything else.

Collapse
 
dakujem profile image
Andrej Rypo

Symfony for larger apps, Laravel for rapid prototyping, and Slim for light APIs.
Slim itself is not really a framework at all, but you'll get to build your own stack from stuff that suits your needs and scales.