【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:
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: