XML-PRC replacement: Easyrest framework released_PHP tutorial

WBOY
Release: 2016-07-15 13:26:33
Original
1019 people have browsed it

【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...
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 Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!