openapi-generator/samples/server/petstore/php-slim
2018-07-18 11:44:23 +02:00
..
.openapi-generator Prepare 3.1.2-SNAPSHOT (#589) 2018-07-18 11:44:23 +02:00
lib [PHP] Refactor php client generator (#504) 2018-07-17 09:27:02 +08:00
test [Slim] Generation of UnitTest stubs (#566) 2018-07-16 14:25:48 +09:00
.gitignore [Slim] Refactoring (#402) 2018-07-02 00:16:55 +08:00
.htaccess [PHP] Adjust the names (script, sample folder, generator) to lang option (#159) 2018-05-28 13:49:47 +08:00
.openapi-generator-ignore [PHP] Adjust the names (script, sample folder, generator) to lang option (#159) 2018-05-28 13:49:47 +08:00
composer.json [Slim] Generation of UnitTest stubs (#566) 2018-07-16 14:25:48 +09:00
composer.lock [Slim] Generation of UnitTest stubs (#566) 2018-07-16 14:25:48 +09:00
index.php [Slim] Improve codebase decouple (#438) 2018-07-06 14:37:14 +08:00
phpunit.xml.dist update petstore samples 2018-07-18 01:52:58 +08:00
README.md [PHP] Adjust the names (script, sample folder, generator) to lang option (#159) 2018-05-28 13:49:47 +08:00

OpenAPI generated server

Overview

This server was generated by the OpenAPI Generator 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 Slim server.

This example uses the Slim Framework. To see how to make this your own, please take a look at the template here:

TEMPLATES