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

https://github.com/mathrix-education/openapi-processor

Template Engine for YAML-based OpenAPI specifications.
https://github.com/mathrix-education/openapi-processor

openapi php

Last synced: about 2 months ago
JSON representation

Template Engine for YAML-based OpenAPI specifications.

Awesome Lists containing this project

README

          

# mathrix-education/openapi-processor

![version]
![license]
![php-version]

[version]: https://img.shields.io/packagist/v/mathrix-education/openapi-processor?style=flat-square
[license]: https://img.shields.io/packagist/l/mathrix-education/openapi-processor?style=flat-square
[php-version]: https://img.shields.io/packagist/php-v/mathrix-education/openapi-processor?style=flat-square

This is a small processor to split the OpenAPI specification in the multiple pieces.

Usage:
```bash
vendor/bin/openapi-processor \
--srcDir={sources directory} \
[--output={output file}]
```

By default, the output file is stored in the same folder as the source files.