openapi-generator/samples/server/petstore/silex/SwaggerServer
wing328 835c7c0e0c [PHP][Silex] use original path name for path variable naming (#4817)
* use original path name in php silex

* fix path variable naming by camelizing the name
2017-03-03 16:49:00 +08:00
..
.htaccess update silex sample code location 2015-06-19 02:37:08 +08:00
composer.json update silex sample code location 2015-06-19 02:37:08 +08:00
index.php [PHP][Silex] use original path name for path variable naming (#4817) 2017-03-03 16:49:00 +08:00
README.md fix silex shell script 2016-01-19 23:35:59 +08:00

Swagger generated server

Overview

This server was generated by the swagger-codegen project. By using the OpenAPI-Spec from a remote server, you can easily generate a server stub. This is an example of building a PHP server.

This example uses the Silex micro-framework. To see how to make this your own, please take a look at the template here:

TEMPLATES