2017 © Pedro Peláez
 

yii2-extension yii2-rest-doc

Yii2 REST Documentation Generator

image

luckynvic/yii2-rest-doc

Yii2 REST Documentation Generator

  • Thursday, August 18, 2016
  • by luckynvic
  • Repository
  • 1 Watchers
  • 0 Stars
  • 322 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 76 % Grown

The README.md

yii2-rest-doc

Yii2 rest api document generator. This extension use yii console to build rest api documentation using php-apidoc., (*1)

Installation

Installation is recommended to be done via composer by running:, (*2)

composer require luckynvic/yii2-rest-doc "*"

Alternatively you can add the following to the require section in your composer.json manually:, (*3)

"luckynvic/yii2-rest-doc": "*"

Run composer update afterwards., (*4)

Setup

Add to your console config 'controllerMap' => [ 'build-rest-doc' => [ 'class' => '\luckynvic\restdoc\BuilderController', 'sourceDirs' => [ '@api/controllers', // api controller path ], 'outputDir' => 'docs/rest', 'outputFile' => 'index.html', //optional 'templatePath' => dirname(__DIR__).'/../docs/rest/template/index.html', ], ],, (*5)

The Versions

18/08 2016

dev-master

9999999-dev https://github.com/luckynvic/yii2-rest-doc

Yii2 REST Documentation Generator

  Sources   Download

BSD-3-Clause

The Requires

 

by Lucky Vic

rest yii2 generator documentation

18/08 2016

0.0.3-beta

0.0.3.0-beta https://github.com/luckynvic/yii2-rest-doc

Yii2 REST Documentation Generator

  Sources   Download

BSD-3-Clause

The Requires

 

by Lucky Vic

rest yii2 generator documentation

10/08 2016

0.0.2-beta

0.0.2.0-beta https://github.com/luckynvic/yii2-rest-doc

Yii2 REST Documentation Generator

  Sources   Download

BSD-3-Clause

The Requires

 

by Lucky Vic

rest yii2 generator documentation

08/08 2016

0.0.1-beta

0.0.1.0-beta https://github.com/luckynvic/yii2-rest-doc

Yii2 REST Documentation Generator

  Sources   Download

BSD-3-Clause

The Requires

 

by Lucky Vic

rest yii2 generator documention