Skip to content

dave-newson/cakephp-swagger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Swagger CakePHP Module

A quick implementation to provide Swagger documentation as a CakePHP plugin

Usage

  • Clone this repository to your Plugin folder within your CakePHP 2.x application.

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

About

A CakePHP 2 plugin for Swagger-PHP

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages