Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/akiosarkiz/openapi-laravel-attributes
https://github.com/akiosarkiz/openapi-laravel-attributes
laravel openapi php80
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/akiosarkiz/openapi-laravel-attributes
- Owner: AkioSarkiz
- License: mit
- Created: 2021-08-06T12:58:09.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-08-22T20:41:19.000Z (over 2 years ago)
- Last Synced: 2024-05-21T03:51:26.233Z (7 months ago)
- Topics: laravel, openapi, php80
- Language: PHP
- Homepage: https://akiosarkiz.github.io/openapi-attributes/
- Size: 17.2 MB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
- Security: .github/SECURITY.md
Awesome Lists containing this project
README
# Openapi Laravel Attributes
This package is needed to create open api documentation for laravel applications.
It is a wrapper around another [package](https://github.com/akiosarkiz/openapi-attributes).
This package does not form the UI view.## Installation
You can install the package via composer:
```bash
composer require akisoarkiz/openapi-laravel-attributes
```## Usage
```bash
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
```bash
composer test
```## Changelog
Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.
## Contributing
Please see [CONTRIBUTING](.github/CONTRIBUTING.md) for details.
## Security Vulnerabilities
Please review [our security policy](../../security/policy) on how to report security vulnerabilities.
## Credits
- [AkioSarkiz](https://github.com/akiosarkiz)
- [All Contributors](../../contributors)## License
The MIT License (MIT). Please see [License File](LICENSE.md) for more information.