Download the PHP package final-gene/rest-api-entry-point-module without Composer
On this page you can find all versions of the php package final-gene/rest-api-entry-point-module. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download final-gene/rest-api-entry-point-module
More information about final-gene/rest-api-entry-point-module
Files in final-gene/rest-api-entry-point-module
Package rest-api-entry-point-module
Short Description Provides a REST resource which represents an entry point of the API.
License proprietary
Homepage https://gitlab.devel.final-gene.de/final-gene/rest-api-entry-point-module
Informations about the package rest-api-entry-point-module
RestApiEntryPointModule
Provides a REST resource which represents an entry point of the API.
Installation
After composer is available in your path you are ready to install this module.
Then add FinalGene\RestApiEntryPointModule
to your application config file.
Configuration
You may now configure a virtual entry point controller (e.g. FinalGene\RestApiEntryPointModule\EntryPointController
)
which will actually map the FinalGene\RestApiEntryPointModule\Resource\EntryPointResource
as listener.
Here is an example for a possible REST configuration:
A resulting router configuration could be the following one:
All versions of rest-api-entry-point-module with dependencies
zendframework/zend-config Version ^2.5
zendframework/zend-modulemanager Version ^2.5
zendframework/zend-mvc Version ^2.5
zendframework/zend-servicemanager Version ^2.5
zfcampus/zf-api-problem Version ^1.1
zfcampus/zf-hal Version ^1.3
zfcampus/zf-rest Version ^1.2
final-gene/uri-template-module Version ^1.0
rize/uri-template Version ^0.3.0