Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nodus-it/openapi-generator
https://github.com/nodus-it/openapi-generator
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/nodus-it/openapi-generator
- Owner: nodus-it
- License: mit
- Created: 2022-07-10T06:55:13.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-04-18T10:56:50.000Z (over 1 year ago)
- Last Synced: 2024-04-30T12:16:50.635Z (8 months ago)
- Language: PHP
- Size: 14.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Open API Generator for Laravel
_Generates open api file automatically based on **Laravel routes**._
## Installation
You can install the package via composer:
````
composer require nodus-it/openapi-generator
````## Usage
Coming soon## Roadmap
- Implement all specification objects
- Add support for requests and responses
- Add route filter to generate an individual permission based openapi file## Testing
Coming soon## License
The MIT License (MIT). Please see [License File](LICENCE) for more information.