Download the PHP package final-gene/uri-template-module without Composer
On this page you can find all versions of the php package final-gene/uri-template-module. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download final-gene/uri-template-module
More information about final-gene/uri-template-module
Files in final-gene/uri-template-module
Download final-gene/uri-template-module
More information about final-gene/uri-template-module
Files in final-gene/uri-template-module
Vendor final-gene
Package uri-template-module
Short Description Build URI templates from ZF2 routes
License proprietary
Homepage https://gitlab.devel.final-gene.de/final-gene/uri-template-module
Package uri-template-module
Short Description Build URI templates from ZF2 routes
License proprietary
Homepage https://gitlab.devel.final-gene.de/final-gene/uri-template-module
Please rate this library. Is it a good library?
Informations about the package uri-template-module
URI-Template module for ZF2
Installation
Configure Composer
Load module
Add FinalGene\UriTemplateModule
to your project's application-config modules
key
Usage
Retrieve the service from the service manager
Use the UriTemplateService via it's public methods
getFromRoute($routeName)
This method takes a route-key (for example api/rest/foo/bar
) and returns a string containing
a templated uri.
getFromResource($resourceName)
This method works exactly like getFromRoute
but it takes a zf-rest
config-key (resource name) instead of a route-key
(for example Vendor\Module\RestController
).
All versions of uri-template-module with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.5.0
zendframework/zend-config Version ^2.5
zendframework/zend-modulemanager Version ^2.5
zendframework/zend-servicemanager Version ^2.5
zendframework/zend-config Version ^2.5
zendframework/zend-modulemanager Version ^2.5
zendframework/zend-servicemanager Version ^2.5
The package final-gene/uri-template-module contains the following files
Loading the files please wait ....