Best way to build RESTful services using Zend Framework 3

时光怂恿深爱的人放手 提交于 2019-12-05 12:32:50

ZF3 is still shipped with an AbstractRestController, which can be found here. Apigility could be a starting point for your REST application, but you could also consider implementing only some parts of Apigility and build your own logic on top of that. Interesting modules can be found in the ZF-Campus GitHUB repository:

Most (if not all) of those modules are refactored to support ZF3 (and backwards compatible with ZF2).

Browse through the repository yourself because you might find additional useful modules.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!