Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 394 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 394 Bytes

Open API client generator

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