akiosarkiz / openapi-laravel-attributes
Openapi laravel attributes.
Fund package maintenance!
.
Requires
- php: ^8.0
- akiosarkiz/openapi-attributes: ^1.6.2
- jetbrains/phpstorm-attributes: ^1.0
- orchestra/testbench: ^6.19
- symfony/finder: ^5.3
- symfony/http-foundation: ^5.3
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.0
- phpunit/phpunit: ^9.5
- spatie/ray: ^1.28
- vimeo/psalm: ^4.8
README
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.