byjg/restserver

Create RESTFull services with different and customizable output handlers (JSON, XML, Html, etc.). Auto-Generate routes from swagger.json definition.

4.9.4 2024-08-16 20:02 UTC

README

Build Status Opensource ByJG GitHub source GitHub license GitHub release

Create RESTFull services with different and customizable output handlers (JSON, XML, Html, etc.). Auto-Generate routes from swagger.json definition.

Documentation

Setup:

Creating and customizing routes:

Processing the request and output the response:

Advanced:

Installation

composer require "byjg/restserver"

Dependencies

Open source ByJG