wa72 / jsonrpc-bundle
JSON-RPC server for Symfony: exposes services registered in the service container as JSON-RPC webservices
Installs: 59 735
Dependents: 0
Suggesters: 0
Security: 0
Stars: 31
Watchers: 5
Forks: 24
Open Issues: 3
Type:symfony-bundle
Requires
- php: >=7.4
- ext-json: *
- jms/serializer-bundle: ^3.8|^4|^5
- symfony/framework-bundle: ^4.2|^5|^6
- symfony/yaml: ^4|^5|^6
Requires (Dev)
- doctrine/annotations: ^1.11
- jms/serializer: ^3.14
- phpunit/phpunit: ^9
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-2023 Christoph Singer. Licensed under the MIT license.