creads / api2symfony

NOT MAINTAINED ANYMORE - PHP library to automatically generate Symfony2 controllers from API specifications (RAML, Blueprint, Swagger...)
MIT License
13 stars 4 forks source link

Add a way to update existent controller #23

Open pitpit opened 9 years ago

brunowego commented 9 years ago

+1

fesor commented 9 years ago

To do so code generations should be done via nikic/php-parser instead of twig templates. Also this will allow more easily customize code generation, add support for different frameworks and allow user to register they own generators.