codag/restfabrication-bundle
Executives: "This bundle lets us ship REST APIs 10x faster by leveraging Symfony’s FOSRestBundle with a pre-built scaffold. Perfect for quick internal tools or partner integrations—think of it as ‘API Lego’ for rapid assembly. Low risk for prototypes, but we’d pair it with a migration plan to modern frameworks if adoption grows."
Engineering: *"RestFabricationBundle is a Symfony2-specific RAD tool for REST APIs, built on FOSRestBundle. It trades long-term flexibility for weeks of saved dev time—ideal for:
Developers: *"This bundle auto-generates CRUD endpoints for entities, cutting boilerplate. Example:
# config.yml
codag_rest_fabrication:
resources:
- { entity: 'AppBundle:User', methods: ['GET', 'POST'] }
Pros:
How can I help you explore Laravel packages today?