agentsib / jsonrpc
Json-RPC server and client
1.0.1
2015-06-10 14:17 UTC
Requires
- php: >=5.3.0
Requires (Dev)
- phpmd/phpmd: 2.*
- phpunit/phpunit: 4.*
- satooshi/php-coveralls: 0.6.*
- sebastian/phpcpd: *
- squizlabs/php_codesniffer: 1.*
This package is auto-updated.
Last update: 2026-02-28 13:05:21 UTC
README
WARNING! Library is still in development. The structure of the project may change at any time.
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