Download the PHP package maikwoehl/rest-recipes without Composer
On this page you can find all versions of the php package maikwoehl/rest-recipes. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download maikwoehl/rest-recipes
More information about maikwoehl/rest-recipes
Files in maikwoehl/rest-recipes
Download maikwoehl/rest-recipes
More information about maikwoehl/rest-recipes
Files in maikwoehl/rest-recipes
Vendor maikwoehl
Package rest-recipes
Short Description Collection of classes and scripts for REST apis
License MIT
Package rest-recipes
Short Description Collection of classes and scripts for REST apis
License MIT
Please rate this library. Is it a good library?
Informations about the package rest-recipes
rest-recipes
Router
Routes a request to specific endpoint and extracts variables.
A route must begin with '/'.
The order of the parameters of the route and the parameters of the routeFunction should be the same.
The order of routes must be in a order like:
- /recipe/
- /recipe/create (e.g. default data and id as response)
- /recipe/create/<name> (specific name for creation and id as response)
- /recipe/<id>
- /recipe/<id>/export
- /recipe/<id>/<someVar>
Usage
The default querySelector of the Router class is $q
. You can call the api
like this:
AuthenticationProvider
The AuthenticationProvider allows to check certain security options.
Usage
All versions of rest-recipes with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.5.0
The package maikwoehl/rest-recipes contains the following files
Loading the files please wait ....