agentsib/jsonrpc

Json-RPC server and client

1.0.1 2015-06-10 14:17 UTC

This package is auto-updated.

Last update: 2024-03-28 08:43:51 UTC


README

Build Status Coverage Status

Latest Stable Version Latest Unstable Version Total Downloads

WARNING! Library is still in development. The structure of the project may change at any time.

Documentation

Roadmap

###Server###

  • Autocreate documentation (may be SMD?)
  • PHPDoc

Features

Client and server fully satisfy the specifications JSON-RPC 2.0.

###Server###

  • Easy class based creating api
  • Namespaces
  • Batch requests
  • Notifications
  • Customize serialization and deserialization
  • Customize reflection operations
  • Versions support for api

###Client###

  • Easy request api
  • Custom transports (Curl, Internal or own)
  • Batch requests
  • Notifications