comodojo/rpcserver documentationΒΆ

This library provides a framework (and transport) independent XML and JSON(2.0) RPC server.

It is designed to work in combination with a REST framework that could handle the transport side (such as comodojo/dispatcher).

Main features are:

  • full XMLRPC and JSONRPC(2.0) protocols support, including multicall and batch requests
  • embedded introspection methods
  • PSR-3 compliant logging
  • payload decoding/econding and encryption
  • support for multiple signatures per method

Following capabilities are supported out of the box:

Additional capabilities could be implemented Extending the library.