ZF2-Rest-Custom-Method-Skeleton:通过自定义HTTP方法实现ZF2 Rest API的框架

时间:2024-06-02 22:03:25
【文件属性】:

文件名称:ZF2-Rest-Custom-Method-Skeleton:通过自定义HTTP方法实现ZF2 Rest API的框架

文件大小:245KB

文件格式:ZIP

更新时间:2024-06-02 22:03:25

PHP

启用了自定义HTTP方法的ZendSkeletonApplication 描述 这是向zend restful控制器添加自定义HTTP方法的基本示例。 我在博客上有更详细的说明: : 指示 可以使用与Zend Framework Skeleton相同的方式进行安装。 这是处理git clone和composer的示例: git clone cd ZF2-Rest-Custom-Method-Skeleton / php composer.phar自我更新 php composer.phar更新 测验 要使用curl测试自定义http方法,请执行以下操作: curl -X DOSTUFF your-server-address:port/myrest 或者,安装phpunit(如果尚未安装) composer global require phpunit/phpunit 并在


【文件预览】:
ZF2-Rest-Custom-Method-Skeleton-master
----module()
--------Application()
----public()
--------img()
--------js()
--------index.php(304B)
--------css()
--------.htaccess(711B)
----.gitmodules(92B)
----LICENSE.txt(2KB)
----init_autoloader.php(2KB)
----config()
--------autoload()
--------application.config.php(3KB)
----phpunit.xml(226B)
----README.md(911B)
----data()
--------cache()
----composer.phar(680KB)
----.gitignore(90B)
----composer.json(339B)
----vendor()
--------ZF2()
--------README.md(73B)
--------.gitignore(58B)

网友评论