A tool to generate a PHP client out of an openapi documentation
Currently only supports json format as a source.
Run src/generator.php to generate the client. See it's help page
- Currently, only supports Json payloads
- Requires all paths to have a
tagand anoperationIddefined - Requires all properties to have a
typedefined