https://github.com/svycka/swagger-middleware
Generate and display your API documentation with Swagger from your source code. This package is a wrapper of Swagger-php and swagger-ui.
https://github.com/svycka/swagger-middleware
documentation middleware swagger zend-expressive
Last synced: about 1 year ago
JSON representation
Generate and display your API documentation with Swagger from your source code. This package is a wrapper of Swagger-php and swagger-ui.
- Host: GitHub
- URL: https://github.com/svycka/swagger-middleware
- Owner: svycka
- License: mit
- Created: 2017-09-19T07:33:33.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-06-29T08:55:20.000Z (almost 4 years ago)
- Last Synced: 2025-02-28T07:35:19.480Z (over 1 year ago)
- Topics: documentation, middleware, swagger, zend-expressive
- Language: PHP
- Homepage:
- Size: 32.2 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# swagger-middleware
[![Latest Version on Packagist][ico-version]][link-packagist]
[![Software License][ico-license]](LICENSE.md)
[![Build Status][ico-travis]][link-travis]
[![Coverage Status][ico-scrutinizer]][link-scrutinizer]
[![Quality Score][ico-code-quality]][link-code-quality]
[![Total Downloads][ico-downloads]][link-downloads]
Generate and display your API documentation with Swagger from your source code. This package is a wrapper of
[Swagger-php](https://github.com/zircote/swagger-php) and [swagger-ui](https://github.com/swagger-api/swagger-ui).
## Install
Via Composer
``` bash
$ composer require svycka/swagger-middleware
```
## Usage
``` php
// TODO
```
## Change log
Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.
## Testing
``` bash
$ composer test
```
## Contributing
Please see [CONTRIBUTING](CONTRIBUTING.md) and [CODE_OF_CONDUCT](CODE_OF_CONDUCT.md) for details.
## Security
If you discover any security related issues, please email svycka@gmail.com instead of using the issue tracker.
## Credits
- [Vytautas Stankus][link-author]
- [All Contributors][link-contributors]
## License
The MIT License (MIT). Please see [License File](LICENSE.md) for more information.
[ico-version]: https://img.shields.io/packagist/v/svycka/swagger-middleware.svg?style=flat-square
[ico-license]: https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square
[ico-travis]: https://img.shields.io/travis/svycka/swagger-middleware/master.svg?style=flat-square
[ico-scrutinizer]: https://img.shields.io/scrutinizer/coverage/g/svycka/swagger-middleware.svg?style=flat-square
[ico-code-quality]: https://img.shields.io/scrutinizer/g/svycka/swagger-middleware.svg?style=flat-square
[ico-downloads]: https://img.shields.io/packagist/dt/svycka/swagger-middleware.svg?style=flat-square
[link-packagist]: https://packagist.org/packages/svycka/swagger-middleware
[link-travis]: https://travis-ci.org/svycka/swagger-middleware
[link-scrutinizer]: https://scrutinizer-ci.com/g/svycka/swagger-middleware/code-structure
[link-code-quality]: https://scrutinizer-ci.com/g/svycka/swagger-middleware
[link-downloads]: https://packagist.org/packages/svycka/swagger-middleware
[link-author]: https://github.com/svycka
[link-contributors]: ../../contributors