openapi-generator/samples/server/petstore/php-silex/SwaggerServer
2017-10-03 23:46:56 +08:00
..
.htaccess rename silex-PHP to php-silex (#6612) 2017-10-03 23:46:56 +08:00
composer.json rename silex-PHP to php-silex (#6612) 2017-10-03 23:46:56 +08:00
index.php rename silex-PHP to php-silex (#6612) 2017-10-03 23:46:56 +08:00
README.md rename silex-PHP to php-silex (#6612) 2017-10-03 23:46:56 +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