tasmaniski / zend-swagger
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
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