Skip to content

gianksp/cakephp-swagger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 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

CakePHP 2.0 Plugin for Swagger API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages