Home > php教程 > php手册 > XML-PRC的替代者:Easyrest框架发布

XML-PRC的替代者:Easyrest框架发布

WBOY
Release: 2016-06-13 11:03:38
Original
969 people have browsed it

【php100快讯】Easyrest是一个REST框架,包含客户端及服务器端的内容。其数据传输有一个十分简单的架构,比XML-RPC要简单许多。Easyrest使用pear包,支持自定义功能。

Easyrest使用HTTP请求,xml_serializer以及xml_unserializer类。

下面是流程图:

498)this.width=498;' onmousewheel = 'javascript:return big(this)' alt=Easyrest流程图 src="http://www.bkjia.com/uploadfile/2013/0904/20130904094620996.jpg" width=550>

使用Easyrest的好处:

◆可以从localhost使用,测试方便,比XML-RPC要好

◆自定义API的主要功能。用户可以设置客户ID和API key。

◆向HTTP请求发送原始数据,所以请求执行非常快速

……

发布声明页面:

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Recommendations
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template