m16a1 / jsonrpc

JsonRPC Library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

JsonRPC Library


Languages

Language:PHP 97.6%Language:Shell 2.4%