Skip to content

glofoxinc/cakephp-swagger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Swagger CakePHP 2.0 Module

A quick implementation to provide Swagger documentation as a CakePHP 2.0 plugin

Installation

composer require gianksp/cakephp-swagger:dev-master

Usage

  • Add the following to your Config/bootstrap.php file
    CakePlugin::load( array( 'Swagger' => array( 'routes' => true, 'bootstrap'=>true ) ) );

When running your project you will have access to the generated JSON at

   http://localhost:8080/docs

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages