php-datto-json-rpc

Fully unit-tested JSON-RPC 2.0 for PHP
  https://www.datto.com/
  0
  no reviews



This package allows you to create and evaluate JSON-RPC messages, using your own PHP code to evaluate the requests.

This package allows you to create and evaluate any JSON-RPC message. It implements the JSON-RPC specifications, but does not provide a transport layer—which you'll also need if you want to send or receive messages over a distance! One of the beautiful features of JSON-RPC is that you can use any transport layer to carry your messages: This package gives you that option.

Features: - Correct: fully compliant with the JSON-RPC 2.0 specifications (100% unit-test coverage) - Flexible: you can use your own code to evaluate the JSON-RPC method strings - Minimalistic: extremely lightweight - Ready to use, with working examples