SkillAgentSearch skills...

SwaggerModule

Swagger Module for ZF2 & ZF3

Install / Use

/learn @outeredge/SwaggerModule
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

SwaggerModule

A Zend Framework module that allows the generation of Swagger compliant resource files and is based on swagger-php.

Installation

The recommended way to install outeredge/swagger-module is through composer:

php composer.phar require outeredge/swagger-module

You can then enable this module in your config/application.config.php by adding SwaggerModule to the modules key:

// ...
    'modules' => array(
        // ...
        'SwaggerModule'
    ),

Configuration

Copy config/module.swagger.global.php.dist to your config/autoload folder and modify paths variable

Usage

See swagger-php for library usage information.

$swagger = $this->getServiceLocator()->get('service.swagger');
echo $swagger->getResource('http://org.local/v1');
View on GitHub
GitHub Stars23
CategoryDevelopment
Updated5y ago
Forks13

Languages

PHP

Security Score

60/100

Audited on Jan 12, 2021

No findings