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.
Package info
github.com/tasmaniski/laminas-swagger
Language:CSS
Type:laminas-module
pkg:composer/tasmaniski/zend-swagger
v1.0.1
2020-05-03 07:41 UTC
Requires
- php: ^5.6 || ^7.0
- laminas/laminas-dependency-plugin: ^1.0
- laminas/laminas-mvc: ^3.0.1
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