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

https://github.com/protung/open-api-generator

Library to generate the OpenApi specification in PHP
https://github.com/protung/open-api-generator

openapi-generator openapi-specification openapi3 swagger

Last synced: about 2 months ago
JSON representation

Library to generate the OpenApi specification in PHP

Awesome Lists containing this project

README

        

Open Api Generator
==================

[![Build](https://github.com/protung/open-api-generator/workflows/Build/badge.svg)](https://github.com/protung/open-api-generator/actions?query=workflow%3ABuild+branch%3Amain)
[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg)](LICENSE.md)

## Installation

Require using composer:

```shell
$ composer require protung/open-api-generator
```

## License

This package is released under the [MIT license](LICENSE.md).