Download the PHP package zf-metal/restful without Composer
On this page you can find all versions of the php package zf-metal/restful. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download zf-metal/restful
More information about zf-metal/restful
Files in zf-metal/restful
Download zf-metal/restful
More information about zf-metal/restful
Files in zf-metal/restful
Vendor zf-metal
Package restful
Short Description Doctrine restful for Zend Framework 3
License MIT
Homepage https://github.com/cincarnato
Package restful
Short Description Doctrine restful for Zend Framework 3
License MIT
Homepage https://github.com/cincarnato
Keywords zf3
Please rate this library. Is it a good library?
Informations about the package restful
ZfMetal\Restful
Dependencies
- "doctrine/doctrine-orm-module"
- "zf-metal/commons"
- "zf-metal/log"
- "zendframework/zend-mvc"
- "zendframework/zend-json"
Default Routes
Action: Get 1 item
- Method: GET
- URL: /zfmr/api/entityalias/:id
Action: Get list
- Method: GET
- URL: /zfmr/api/entityalias
Action: Create Item
- Method: POST
- URL: /zfmr/api/entityalias
- Params: Entity Fields & Values
Action: Update Item
- Method: PUT
- URL: /zfmr/api/entityalias/:id
- Params: Entity Fields & Values
Action: Delete Item
- Method: DELETE
- URL: /zfmr/api/entityalias/:id
Custom Routes
You can create your own restful routes and invoke \ZfMetal\Restful\Controller\MainController
Configure Entities
Add zf-metal-restful.global.php in config/autoload
All versions of restful with dependencies
PHP Build Version
Package Version
Requires
php Version
^5.6 || 7.1.*
zendframework/zend-mvc Version ^3.1
zendframework/zend-crypt Version ^3.2
zendframework/zend-mvc-plugin-flashmessenger Version ^1.0.0
zendframework/zend-mvc-plugin-identity Version ^1.0
zendframework/zend-mail Version ^2.7.1
zendframework/zend-i18n Version ^2.7
zendframework/zend-mvc-i18n Version ^1.0
zendframework/zend-json Version ^3.0
zendframework/zend-mvc-console Version ^1.1
zendframework/zend-code Version ^3.1
doctrine/doctrine-orm-module Version ^1.0
gedmo/doctrine-extensions Version ^2.4.24
zf-metal/commons Version ^1.3.7
zf-metal/log Version ^1.1.5
zendframework/zend-mvc Version ^3.1
zendframework/zend-crypt Version ^3.2
zendframework/zend-mvc-plugin-flashmessenger Version ^1.0.0
zendframework/zend-mvc-plugin-identity Version ^1.0
zendframework/zend-mail Version ^2.7.1
zendframework/zend-i18n Version ^2.7
zendframework/zend-mvc-i18n Version ^1.0
zendframework/zend-json Version ^3.0
zendframework/zend-mvc-console Version ^1.1
zendframework/zend-code Version ^3.1
doctrine/doctrine-orm-module Version ^1.0
gedmo/doctrine-extensions Version ^2.4.24
zf-metal/commons Version ^1.3.7
zf-metal/log Version ^1.1.5
The package zf-metal/restful contains the following files
Loading the files please wait ....