veksa/yii2-swagger-ui

Yii2 Swagger UI

Installs: 385

Dependents: 0

Suggesters: 0

Security: 0

Stars: 2

Watchers: 4

Forks: 5

Open Issues: 0

Type:yii2-extension

v1.0.2 2016-11-22 10:39 UTC

This package is not auto-updated.

Last update: 2024-04-08 10:34:49 UTC


README

##Install

  1. The preferred way to install this extension is through composer.

Either run

php composer.phar require  veksa/yii2-swagger-ui "~1.0"

or add

"veksa/yii2-swagger-ui": "~1.0"

to the require section of your composer.json file.

Usage

Once the extension is installed, you can register the Swagger UI assets in your application by doing:

veksa\swagger\yii2\assets\SwaggerUiAsset::register($this);

A complete layout structure is available in the src\views directory for a complete working Swagger UI interface like their Pet Store.