Home  >  Article  >  Backend Development  >  XML-PRC replacement: Easyrest framework released_PHP tutorial

XML-PRC replacement: Easyrest framework released_PHP tutorial

WBOY
WBOYOriginal
2016-07-15 13:26:33993browse

【php100 News】Easyrest is a REST framework, including client and server-side content. Its data transmission has a very simple architecture, much simpler than XML-RPC. Easyrest uses the pear package to support custom functions.

Easyrest uses HTTP requests, xml_serializer and xml_unserializer classes.

The following is the flow chart:

Easyrest

Benefits of using Easyrest:

◆Can be used from localhost, easy to test, better than XML-RPC

◆The main functions of custom API. Users can set customer ID and API key.

◆Send raw data to the HTTP request, so the request execution is very fast

Release statement page:

www.bkjia.comtruehttp: //www.bkjia.com/PHPjc/446601.htmlTechArticle[php100 News] Easyrest is a REST framework, including client and server-side content. Its data transmission has a very simple architecture, much simpler than XML-RPC. Easyrest uses...
Statement:
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