php-openapi-client-template

Template repository for OpenAPI client libraries with JanePHP

MIT License

Stars
0
Committers
4

php-openapi-client-template

A small starter for OpenAPI-based client libraries.

How to use this repository

This template uses Jane PHP to generate a PHP client from an OpenAPI specification.

In order to benefit from it, you just have to use the "Use Template" functionality on GitHub to use this as a template for your own repo.

After the repo has been created, an initial action will bring the repo into shape.

At that point, you can just replace the contents of the openapi.json file with your own spec and on push, a GitHub action will regenerate the client code.

License

MIT

Related Projects