An open API service indexing awesome lists of open source software.

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.

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