byjg/restserver

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

Fund package maintenance!
byjg

Installs: 47 677

Dependents: 7

Suggesters: 0

Security: 0

Stars: 3

Watchers: 3

Forks: 3

Open Issues: 0

pkg:composer/byjg/restserver

5.0.3 2025-06-18 16:54 UTC

README

Sponsor 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:

Additional topics:

Installation

composer require "byjg/restserver"

Dependencies

flowchart TD
    byjg/restserver --> byjg/serializer
    byjg/restserver --> byjg/singleton-pattern
    byjg/restserver --> byjg/cache-engine
    byjg/restserver --> byjg/webrequest
    byjg/restserver --> byjg/jwt-wrapper
Loading

Open source ByJG