forked from loafle/openapi-generator-original
* better operationId handling, add CI for PHP slim * use spaces instead of tabs * replace tab with space * install php
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
authenticatorfunction in SlimRouter class.
Documentation tuupola/slim-basic-auth