wa72 / jsonrpc-bundle
JSON-RPC server for Symfony: exposes services registered in the service container as JSON-RPC webservices
Installs: 46 404
Dependents: 0
Suggesters: 0
Security: 0
Stars: 31
Watchers: 4
Forks: 26
Open Issues: 3
Type:symfony-bundle
Requires
- php: >=5.4
- jms/serializer-bundle: ^1.1|^2|^3
- symfony/framework-bundle: ^2.7|^3|^4
- symfony/yaml: *
Requires (Dev)
- phpunit/phpunit: ^4|^5|^6|^7
README
JsonRpcBundle is a bundle for Symfony that allows to easily build a JSON-RPC server for web services using JSON-RPC 2.0.
The bundle contains a controller that is able to expose methods of any public service registered in the Symfony service container as a JSON-RPC web service.
Documentation
Documentation is found in Resources/doc/index.rst.
© 2013-2018 Christoph Singer, Web-Agentur 72. Licensed under the MIT license.