Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cedricziel/php-openapi-client-template

Template repository for OpenAPI client libraries with JanePHP
https://github.com/cedricziel/php-openapi-client-template

jane-php openapi

Last synced: 23 days ago
JSON representation

Template repository for OpenAPI client libraries with JanePHP

Awesome Lists containing this project

README

        

# php-openapi-client-template

A small starter for OpenAPI-based client libraries.

## How to use this repository

This template uses [Jane PHP](https://github.com/janephp/janephp) 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