https://github.com/open-solid/open-api-assistant-bundle
Assistant for OpenApiBundle
https://github.com/open-solid/open-api-assistant-bundle
Last synced: 7 months ago
JSON representation
Assistant for OpenApiBundle
- Host: GitHub
- URL: https://github.com/open-solid/open-api-assistant-bundle
- Owner: open-solid
- License: mit
- Created: 2023-12-25T16:16:26.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-08T12:32:22.000Z (almost 2 years ago)
- Last Synced: 2025-01-02T11:28:22.094Z (over 1 year ago)
- Language: Twig
- Size: 172 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# OpenApi Assistant Bundle
Generate OpenApi building blocks for your Symfony application. Development assistant for https://github.com/open-solid/open-api-bundle
## Installation
```bash
composer require --dev open-solid/open-api-assistant-bundle
```
## Features
- [x] Generate OpenApi PathItem spec from a given Method, URI and Request/Response Payloads
- [x] Generate OpenApi Schema spec from a given JSON Payload
- [x] Generate API controller class from a given OpenApi Operation spec
- [x] Generate PHP Schema classes from a given OpenApi Schema spec
- [ ] UI for generating OpenApi/Symfony building blocks from a given Method, URI and Request/Response Payloads
## License
This tool is available under the [MIT License](LICENSE), which means you can use it pretty freely in your projects.