forked from loafle/openapi-generator-original
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:
Authentication
Important! To make Basic Authentication work you need to implement
authenticator
function in SlimRouter class.
Documentation tuupola/slim-basic-auth