PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Virgilio lino   PHP OpenAPI Dispatcher   composer.json   Download  
File: 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: composer
versions
complaining to open api specification V3. swagger is always renames to openApi
setting right license identifier
update name of package
Date: 5 years ago
Size: 972 bytes
 

Contents

Class file image Download
{ "name": "dispatcher/open-api", "description": "Data driven dispatcher that implements the OpenApi specification", "version": "1.0.0", "type": "library", "keywords": ["openApi", "swagger", "dispatcher", "route", "builder", "slim", "framework"], "homepage": "https://github.com/virgiliolino/open-api", "license": "LGPL-3.0-or-later", "authors": [ { "name": "Virgilio Lino", "email": "virgilio@posteo.de", "homepage": "https://github.com/virgiliolino/open-api", "role": "Developer" } ], "support": { "issues": "https://github.com/virgiliolino/open-api/issues", "docs": "https://github.com/virgiliolino/open-api/blob/master/README.md" }, "require": { "php": ">=7.0", "psr/http-message": "^1.0", "psr/container": "^1.0" }, "autoload": { "psr-4": { "Dispatcher\\": "Dispatcher" } } }