PHPJSONRPC
Table of Contents
Classes
- Client
- Encoder
- A helper class to easily convert between Value objects and php native values
- Charset
- Parser
- Serializer
- Notification
- PhpJsonRpc
- Request
- Response
- Server
- Value
- Wrapper
Traits
- EncoderAware
- NB: if a class implements this trait, and it is subclassed, instances of the class and of the subclass will share the same encoder instance, unless the subclass reimplements these methods
- JsonRpcVersionAware
- SerializerAware
- NB: if a class implements this trait, and it is subclassed, instances of the class and of the subclass will share the same serializer instance, unless the subclass reimplements these methods