itscaro / jsonrpc-bundle
JSON-RPC server for Symfony2: exposes services registered in the service container as JSON-RPC webservices
Package info
github.com/itscaro/jsonrpc-bundle
Type:symfony-bundle
pkg:composer/itscaro/jsonrpc-bundle
0.6.0
2015-08-19 12:58 UTC
Requires
- php: >=5.3.1
- jms/serializer-bundle: ~1
- symfony/symfony: ~2.3
README
JsonRpcBundle is a bundle for Symfony 2.3 and up that allows to easily build a JSON-RPC server for web services using [JSON-RPC 2.0] (http://www.jsonrpc.org/specification).
The bundle contains a controller that is able to expose methods of any service registered in the Symfony service container as a JSON-RPC web service.
Documentation
Documentation is found in Resources/doc/index.rst.
© 2014 Christoph Singer, Web-Agentur 72. Licensed under the MIT license.