gianksp/cakephp-swagger

Swagger for CakePHP

Maintainers

Package info

github.com/gianksp/cakephp-swagger

Type:cakephp-plugin

pkg:composer/gianksp/cakephp-swagger

Statistics

Installs: 239 513

Dependents: 0

Suggesters: 0

Stars: 1

Open Issues: 1

dev-master 2017-06-22 16:34 UTC

This package is not auto-updated.

Last update: 2026-03-15 10:07:06 UTC


README

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