Skip to content

agentsib/jsonrpc

Repository files navigation

JSON-RPC Library

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