2017 © Pedro Peláez
 

library silex-swagger-ui

A silex service provider that integrates the Swagger UI documentation browser into silex

image

kbrabrand/silex-swagger-ui

A silex service provider that integrates the Swagger UI documentation browser into silex

  • Monday, February 2, 2015
  • by kbrabrand
  • Repository
  • 2 Watchers
  • 7 Stars
  • 9,558 Installations
  • JavaScript
  • 0 Dependents
  • 0 Suggesters
  • 12 Forks
  • 2 Open issues
  • 5 Versions
  • 3 % Grown

The README.md

Silex SwaggerUI service provider

A silex service provider that integrates the Swagger UI documentation browser into silex. Does not depend on anything besides Silex., (*1)

Installation

Add "kbrabrand/silex-swagger-ui": "dev-master" to you composer.json file and run composer install inside the root of your project., (*2)

In addition to this you will need to register the service in your Silex app like this;, (*3)

// Set up swagger ui service for viewing the swagger docs
$app->register(new SwaggerUI\Silex\Provider\SwaggerUIServiceProvider(), array(
    'swaggerui.path'       => '/v1/swagger',
    'swaggerui.apiDocPath' => '/v1/docs'
));

This will result in the SwaggerUI interface being available at /v1/swagger under you Silex application root. The swaggerui.apiDovPath config option specifies the URL/path to the swagger doc files., (*4)

Known issues

The Swagger UI is pretty slow right now due to the fact that static resources are served through a Silex controller and no cache is in place (yet). I'll try to fix this soon., (*5)

License

Copyright (c) 2014, Kristoffer Brabrand kristoffer@brabrand.no, (*6)

Licensed under the MIT License, (*7)

The Versions

02/02 2015

dev-master

9999999-dev

A silex service provider that integrates the Swagger UI documentation browser into silex

  Sources   Download

MIT

The Requires

 

by Kristoffer Brabrand

service silex swagger provider swagger-ui

28/11 2014

1.0.0

1.0.0.0

A silex service provider that integrates the Swagger UI documentation browser into silex

  Sources   Download

MIT

The Requires

 

by Kristoffer Brabrand

service silex swagger provider swagger-ui

10/07 2014

0.1.2

0.1.2.0

A silex service provider that integrates the Swagger UI documentation browser into silex

  Sources   Download

MIT

The Requires

 

by Kristoffer Brabrand

service silex swagger provider swagger-ui

09/07 2014

0.1.1

0.1.1.0

A silex service provider that integrates the Swagger UI documentation browser into silex

  Sources   Download

MIT

The Requires

 

by Kristoffer Brabrand

service silex swagger provider swagger-ui

01/07 2014

0.1.0

0.1.0.0

A silex service provider that integrates the Swagger UI documentation browser into silex

  Sources   Download

MIT

The Requires

 

by Kristoffer Brabrand

service silex swagger provider swagger-ui