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.
- Host: GitHub
- URL: https://github.com/mathrix-education/openapi-processor
- Owner: mathrix-education
- License: mit
- Created: 2019-05-21T20:11:10.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-12-13T20:34:28.000Z (over 6 years ago)
- Last Synced: 2024-04-19T06:21:43.709Z (almost 2 years ago)
- Topics: openapi, php
- Language: PHP
- Homepage:
- Size: 125 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.