Download the PHP package byjg/restserver without Composer
On this page you can find all versions of the php package byjg/restserver. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download byjg/restserver
More information about byjg/restserver
Files in byjg/restserver
Download byjg/restserver
More information about byjg/restserver
Files in byjg/restserver
Vendor byjg
Package restserver
Short Description Create RESTFull services with different and customizable output handlers (JSON, XML, Html, etc.). Auto-Generate routes from swagger.json definition.
License MIT
Package restserver
Short Description Create RESTFull services with different and customizable output handlers (JSON, XML, Html, etc.). Auto-Generate routes from swagger.json definition.
License MIT
Please rate this library. Is it a good library?
Informations about the package restserver
PHP Rest Server
Create RESTFull services with different and customizable output handlers (JSON, XML, Html, etc.). Auto-Generate routes from swagger.json definition.
Documentation
Setup:
- Set up the RestServer
Creating and customizing routes:
- Defining Route Names
- Create Routes using Closures
- Create Routes Manually
- Create Routes using PHP Attributes
- Auto-Generate from an OpenApi definition (hot)
Processing the request and output the response:
- HttpRequest and HttpResponse object
Advanced:
- Middleware
- Error Handler
- Intercepting the Request
- Caching Routes
Installation
Dependencies
All versions of restserver with dependencies
PHP Build Version
Package Version
Requires
php Version
>=8.1 <8.4
byjg/serializer Version ^5.0
byjg/singleton-pattern Version ^5.0
nikic/fast-route Version v1.3.*
filp/whoops Version ^2.14
byjg/cache-engine Version ^5.0
byjg/webrequest Version ^5.0
byjg/jwt-wrapper Version ^5.0
psr/log Version ^1.0|^2.0|^3.0
ext-json Version *
byjg/serializer Version ^5.0
byjg/singleton-pattern Version ^5.0
nikic/fast-route Version v1.3.*
filp/whoops Version ^2.14
byjg/cache-engine Version ^5.0
byjg/webrequest Version ^5.0
byjg/jwt-wrapper Version ^5.0
psr/log Version ^1.0|^2.0|^3.0
ext-json Version *
The package byjg/restserver contains the following files
Loading the files please wait ....