PHPackages                             rikudou/json-rpc-bundle - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. rikudou/json-rpc-bundle

AbandonedSymfony-bundle

rikudou/json-rpc-bundle
=======================

JSON-RPC bundle for Symfony using modern php

v1.1.1(4y ago)025MITPHPPHP ^8.0

Since Oct 3Pushed 4y ago1 watchersCompare

[ Source](https://github.com/RikudouSage/JsonRpcBundle)[ Packagist](https://packagist.org/packages/rikudou/json-rpc-bundle)[ RSS](/packages/rikudou-json-rpc-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (7)Versions (4)Used By (0)

JSON-RPC bundle for Symfony.
============================

[](#json-rpc-bundle-for-symfony)

This allows you to respond and handle JSON-RPC requests using modern php.

Both batch requests and single requests are supported.

Installation
------------

[](#installation)

Requires php 8 and Symfony 5.x.

`composer require rikudou/json-rpc-bundle`

Usage
-----

[](#usage)

Create a controller that will be handling the traffic, the controller is very simple and basically looks like this:

```
