Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dominikzogg/43c9ecde33f60bae01ea2c0e2db07f37 to your computer and use it in GitHub Desktop.
Save dominikzogg/43c9ecde33f60bae01ea2c0e2db07f37 to your computer and use it in GitHub Desktop.
generate-swagger-based-php-api-client.sh
docker run --rm -v ${PWD}:/local swaggerapi/swagger-codegen-cli-v3:3.0.11 generate -l php -i /local/swagger.yaml -o /local/php
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment