swagger-api/swagger-codegen

[PHP][Symfony] Enhancements to Symfony generator

Open

#5,985 opened on Jul 5, 2017

View on GitHub
 (3 comments) (0 reactions) (0 assignees)HTML (5,474 forks)batch import
Enhancement: GeneralServer: PHPhelp wanted

Repository metrics

Stars
 (12,701 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

Description

Here are some enhancements for PHP Symfony generator:

  • Use camelize instead of initialCaps
  • Use File.separator instead of "/" to make it work in the Windows platform
  • Better README with installation instructions, how to start, etc
  • Setup Symfony Petstore integration tests in the CI (e.g. Travis, Shippable, etc)
  • Autogenerate Dockerfile

Please feel free to reply if you've any other suggestions.

Swagger-codegen version

Latest master

Related issues

https://github.com/swagger-api/swagger-codegen/pull/5973

Suggest a Fix

If anyone wants to work on these enhancements, please reply to let us know.

cc @ksm2

Contributor guide