openapi-codegen
Version:
OpenAPI 3.0 CodeGen
17 lines (10 loc) • 749 B
Markdown
by the [swagger-codegen](https://github.com/swagger-api/swagger-codegen) project. By using the
[ ](https://github.com/swagger-api/swagger-core/wiki) from a remote server, you can easily generate a server stub. This
is an example of building a PHP server.
This example uses the [Lumen Framework](http://lumen.laravel.com/). To see how to make this your own, please take a look at the template here:
[ ](https://github.com/swagger-api/swagger-codegen/tree/master/modules/swagger-codegen/src/main/resources/slim/)
Using `composer install` to install the framework and dependencies via [Composer](http://getcomposer.org/).
This server was generated