laxity7 / yii2-swagger
Swagger Documentation Generator for Yii2 Framework with swagger v3.0
0.1.3
2020-08-21 14:48 UTC
Requires
- php: >=7.1.0
- ext-json: *
- yiisoft/yii2: 2.0.*
- yiisoft/yii2-apidoc: ^2.1.5
This package is auto-updated.
Last update: 2024-11-22 02:30:26 UTC
README
This extension provides an API documentation generator for the Yii framework 2.0.
For license information check the LICENSE-file.
Installation
The preferred way to install this extension is through composer.
Either run
composer require --prefer-dist laxity7/yii2-swagger
or add
"laxity7/yii2-swagger": "^0.1"
to the require section of your composer.json.
Usage
TDB