machour/yii2-swagger-ui

Yii 2 Swagger UI

Installs: 3 444

Dependents: 1

Suggesters: 0

Security: 0

Stars: 3

Watchers: 2

Forks: 1

Open Issues: 0

Type:yii2-extension

1.0.0 2015-11-15 01:21 UTC

This package is auto-updated.

Last update: 2024-04-16 01:29:01 UTC


README

Swagger UI assets for Yii2.

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist machour/yii2-swagger-ui "*"

or add

"machour/yii2-swagger-ui": "*"

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:

machour\yii2\swagger\ui\SwaggerUiAsset::register($this);

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

This documentation is available online