AkioSarkiz / openapi-laravel-attributes

Home Page:https://akiosarkiz.github.io/openapi-attributes/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Openapi Laravel Attributes

This package is needed to create open api documentation for laravel applications. It is a wrapper around another package. This package does not form the UI view.

Installation

You can install the package via composer:

composer require akisoarkiz/openapi-laravel-attributes

Usage

php artisan openapi:generate

Overwrite json

If you want to overwrite json you have to implement AkioSarkiz\Contacts\TransformerOpenapi and bind it to AppServiceProvider.

Testing

composer test

Changelog

Please see CHANGELOG for more information on what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security Vulnerabilities

Please review our security policy on how to report security vulnerabilities.

Credits

License

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

About

https://akiosarkiz.github.io/openapi-attributes/

License:MIT License


Languages

Language:PHP 89.1%Language:Dockerfile 10.9%