tasmaniski/zend-swagger

This package is abandoned and no longer maintained. The author suggests using the https://github.com/tasmaniski/laminas-swagger package instead.
There is no license information available for the latest version (v1.0.1) of this package.

Swagger doc for API.

Installs: 58

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 1

Language:CSS

Type:laminas-module

v1.0.1 2020-05-03 07:41 UTC

This package is auto-updated.

Last update: 2022-07-06 09:26:54 UTC


README

Setup

The module should be registered in config/application.config.php

'modules' => array(
    '...',
    'LaminasSwagger'
),

After composer installation you need to copy config file and change it according to your needs.

cp vendor/tasmaniski/laminas-swagger/config/swagger.global.php.dist config/autoload/swagger.global.php