PHP Classes

File: Examples/HelloWorld/composer.json

Recommend this page to a friend!
  Classes of Virgilio lino   PHP OpenAPI Dispatcher   Examples/HelloWorld/composer.json   Download  
File: Examples/HelloWorld/composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP OpenAPI Dispatcher
Dispatch requests to controllers defined in files
Author: By
Last change: hello world improvement
complaining to open api specification V3. swagger is always renames to openApi
Date: 5 years ago
Size: 205 bytes
 

Contents

Class file image Download
{ "require": { "dispatcher/open-api": "^1.0", "application-bridge-slim/application-bridge-slim": "^1.0" }, "autoload": { "psr-4": {"HelloWorld\\": "HelloWorld"} } }