DEV Community

Discussion on: 7 practical ways to build Backends much faster as a developer

Collapse
 
mm-novelt profile image
Mathias Muntz

I suggest adding API Platform to your list. Built on Symfony and Doctrine, it simplifies the creation of modern web APIs. It quickly provides REST or GraphQL endpoints and automatically generates OpenAPI/Swagger documentation, with native support for formats like JSON:API, HAL, and JSON-LD (Hydra). Additionally, it natively supports the Franken PHP web server, delivering performance comparable to any other framework.

Collapse
 
anmolbaranwal profile image
Anmol Baranwal

Yeah, API platforms or ecosystems can definitely help, but I would consider them more as external tools since you can use them with almost any framework, it's not tied to just one yk. Still, totally get where you are coming from, maybe share the link of that specific platform so others can check it out too!

Collapse
 
mm-novelt profile image
Mathias Muntz