szemul/openapi-client-generator

A tool to generate a PHP client out of an openapi documentation

Installs: 2 108

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 1

Open Issues: 3

pkg:composer/szemul/openapi-client-generator


README

A tool to generate a PHP client out of an openapi documentation

Currently only supports json format as a source.

Usage

Run src/generator.php to generate the client. See it's help page

Limitations

  • Currently, only supports Json payloads
  • Requires all paths to have a tag and an operationId defined
  • Requires all properties to have a type defined