Download the PHP package innmind/rest-server without Composer
On this page you can find all versions of the php package innmind/rest-server. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download innmind/rest-server
More information about innmind/rest-server
Files in innmind/rest-server
Download innmind/rest-server
More information about innmind/rest-server
Files in innmind/rest-server
Vendor innmind
Package rest-server
Short Description Library to easily expose REST APIs
License MIT
Homepage http://github.com/Innmind/rest-server
Package rest-server
Short Description Library to easily expose REST APIs
License MIT
Homepage http://github.com/Innmind/rest-server
Please rate this library. Is it a good library?
Informations about the package rest-server
REST Server
This library contains a set of tools to define, validate, extract and expose resources through http in a REST manner.
Installation
Via composer:
Usage
The gateways are the bridges between this component and your domain. The definition handling which resource is handled by which gateway is done in the resources mapping where a resource can only be managed by one gateway. Take a look at fixtures/mapping.php
to understand how to define your resources.
All versions of rest-server with dependencies
PHP Build Version
Package Version
Requires
php Version
~7.4|~8.0
innmind/immutable Version ~3.5
innmind/specification Version ~2.0
innmind/filesystem Version ~4.0
innmind/http Version ~4.2
willdurand/negotiation Version ^3.0
innmind/url-template Version ~2.0
innmind/json Version ^1.0
innmind/immutable Version ~3.5
innmind/specification Version ~2.0
innmind/filesystem Version ~4.0
innmind/http Version ~4.2
willdurand/negotiation Version ^3.0
innmind/url-template Version ~2.0
innmind/json Version ^1.0
The package innmind/rest-server contains the following files
Loading the files please wait ....