gregorip02/openapi-generator

Intelligent generation of OpenAPI documentation based on your routes.

v0.1.3 2022-02-03 20:29 UTC

This package is auto-updated.

Last update: 2024-04-29 04:46:44 UTC


README

Latest Stable Version License Total Downloads Tests

This package helps you with the automatic generation of the file with the .yml extension that contains the OpenAPI specification of your registered routes.

Installation

You can install the package via composer:

composer require gregorip02/openapi-generator

Usage

Publish the package configuration file.

php artisan vendor:publish --provider="OpenapiGenerator\OpenapiGeneratorServiceProvider"

Generate your openapi.yaml file.

php artisan openapi:generate

Testing

composer test

Changelog

Please see CHANGELOG for more information what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security

If you discover any security related issues, please email gregori.pineres02@gmail.com instead of using the issue tracker.

Credits

License

The MIT License (MIT). Please see License File for more information.

Laravel Package Boilerplate

This package was generated using the Laravel Package Boilerplate.