drdim/yii2-swagger-ui

Yii2 Swagger UI

Installs: 3 295

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 5

Open Issues: 0

Type:yii2-extension

1.0.3 2017-07-14 07:36 UTC

This package is not auto-updated.

Last update: 2025-04-01 20:42:07 UTC


README

##Install

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

Either run

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

or add

"drdim/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:

Drdim\Yii\Swagger\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.