laxity7 / yii2-swagger
Swagger Documentation Generator for Yii2 Framework with swagger v3.0
Installs: 161
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/laxity7/yii2-swagger
Requires
- php: >=7.1.0
- ext-json: *
- yiisoft/yii2: 2.0.*
- yiisoft/yii2-apidoc: ^2.1.5
This package is auto-updated.
Last update: 2025-09-22 04:47:38 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