jlabroy/jsonrpc-bundle

JSON-RPC server for Symfony2: exposes services registered in the service container as JSON-RPC webservices

Installs: 899

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 24

Type:symfony-bundle

0.7.0 2017-02-14 11:37 UTC

README

Build Status Latest Version Downloads from Packagist

JsonRpcBundle is a bundle for Symfony 2.3 and up (This fork works on Symfony 3 as well) 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.