agentsib / jsonrpc
Json-RPC server and client
Installs: 8 309
Dependents: 1
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 1
Open Issues: 0
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: 2024-10-28 10:08:25 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